10
p/Perseus.p++
Normal file
10
p/Perseus.p++
Normal file
@@ -0,0 +1,10 @@
|
||||
link CUI entry main
|
||||
|
||||
include "Windows.inc"
|
||||
include "Console.inc"
|
||||
|
||||
func main()
|
||||
{
|
||||
Console.Init("Console")
|
||||
Console.Write("Hello World")
|
||||
}
|
||||
Reference in New Issue
Block a user