Z-Sharp/examples/console_application.zs
2022-08-28 12:43:01 -04:00

5 lines
68 B
Plaintext

func Main()
{
Printl("this is a test:")
ZS.System.Command("cls")
}