RosettaCodeData/Task/Hello-world-Graphical/Ruby/hello-world-graphical-5.rb
2023-07-01 13:44:08 -04: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