5 lines
63 B
Nim
5 lines
63 B
Nim
|
|
import dialogs, gtk2
|
||
|
|
gtk2.nim_init()
|
||
|
|
|
||
|
|
info(nil, "Hello World")
|