Merge pull request #278 from TorKlingberg/patch-1

Create simpl+.usp
This commit is contained in:
Mike Donaghy
2017-02-12 16:04:46 -06:00
committed by GitHub

5
s/simpl+.usp Normal file
View File

@@ -0,0 +1,5 @@
// Hello World in Crestron's SIMPL+
Function Main
{
Print("Hello World!\n");
}