Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 192 Bytes

File metadata and controls

21 lines (14 loc) · 192 Bytes

IRB output

>> 1 + 2
3
>> 5 + 7
12
>>

Hello
Goodbye! Thanks for all the fish!
I'll be back!

Testing code blocks

puts 'Hello!'
puts 'Another line!'