fork download
  1. local num
  2. local n
  3. io.read(n)
  4. local j=0
  5. while j<n
  6. do
  7. io.read(num)
  8. print(num[1])
  9. end
Runtime error #stdin #stdout 0.02s 2536KB
stdin
1
hello
stdout
Standard output is empty