5 lines
59 B
Ruby
5 lines
59 B
Ruby
|
|
require 'tk'
|
||
|
|
|
||
|
|
window = TkRoot::new()
|
||
|
|
window::mainloop()
|