RosettaCodeData/Task/Hello-world-Graphical/Ruby/hello-world-graphical-5.rb
2016-12-05 22:15:40 +01:00

6 lines
114 B
Ruby

#_Note: this code must not be executed through a GUI
require 'green_shoes'
Shoes.app do
para "Hello world"
end