fork(4) download
  1. 10.times do
  2. puts "hello,ruby"
  3. end# your code goes here
Success #stdin #stdout 0.01s 7408KB
stdin
Standard input is empty
stdout
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby
hello,ruby