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

5 lines
59 B
Ruby

require 'tk'
window = TkRoot::new()
window::mainloop()