RosettaCodeData/Task/Window-creation/Ruby/window-creation-2.rb

5 lines
58 B
Ruby

require 'gtk2'
window = Gtk::Window.new.show
Gtk.main