fork download
  1. int i
  2. scanf("%d",i)
  3.  
  4. print("Hello World")
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
3
compilation info
luac: prog.lua:1: '=' expected near 'i'
stdout
Standard output is empty