fork download
  1. i = 0
  2. while i < 3 do
  3. puts('Hello world')
  4. i = i + 1
  5. end
  6.  
Success #stdin #stdout 0.01s 7408KB
stdin
Standard input is empty
stdout
Hello world
Hello world
Hello world