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