2018-08-22 01:37:32 -03:00

6 lines
83 B
Plaintext
Executable File

// Hello World in Crestron's SIMPL+
Function Main
{
Print("Hello World!\n");
}