1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2026-08-22 08:24:35 -04:00
mrubyvisor/rootfs/boot/qwerty.rb
2022-11-28 20:31:48 +04:00

3 lines
100 B
Ruby

hello = 'Hello, World'
works = 'Ruby modules work'
puts [hello, works].map { |s| "#{s}!" }.join ' '