6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
// Hello World in Crestron's SIMPL+
|
|
Function Main
|
|
{
|
|
Print("Hello World!\n");
|
|
}
|