6 lines
114 B
Ruby
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
|