hello world

Ruby code posted
created at 22 Apr 03:02

Edit | Back
1
2
3
4
5
6
7
8
puts "hello world"
array.each do |elem|
  if elem > 1
    puts "foo"
  else 
    puts "bar"
  end
end
108 Bytes in 3 ms with coderay