Create simpl+.usp

This commit is contained in:
Tor Klingberg
2016-05-20 13:43:07 +01:00
parent 9f63e88962
commit 0a33b859a7

5
s/simpl+.usp Normal file
View File

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