RosettaCodeData/Task/Hello-world-Graphical/Ruby/hello-world-graphical-5.rb

7 lines
114 B
Ruby
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
#_Note: this code must not be executed through a GUI
require 'green_shoes'
Shoes.app do
para "Hello world"
end