From 0a33b859a7c84ab8e7f783a35225388d43e0ff06 Mon Sep 17 00:00:00 2001 From: Tor Klingberg Date: Fri, 20 May 2016 13:43:07 +0100 Subject: [PATCH] Create simpl+.usp --- s/simpl+.usp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 s/simpl+.usp diff --git a/s/simpl+.usp b/s/simpl+.usp new file mode 100644 index 00000000..6c71eb72 --- /dev/null +++ b/s/simpl+.usp @@ -0,0 +1,5 @@ +// Hello World in Crestron's SIMPL+ +Function Main +{ + Print("Hello World!\n"); +}