11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
![]() |
link CUI entry main
|
||
|
|
||
|
include "Windows.inc"
|
||
|
include "Console.inc"
|
||
|
|
||
|
func main()
|
||
|
{
|
||
|
Console.Init("Console")
|
||
|
Console.Write("Hello World!")
|
||
|
}
|