5 lines
58 B
Ruby
5 lines
58 B
Ruby
|
|
require 'gtk2'
|
||
|
|
|
||
|
|
window = Gtk::Window.new.show
|
||
|
|
Gtk.main
|