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