From 80fe49c04484822e591732070cc7427446668363 Mon Sep 17 00:00:00 2001 From: Brian Lai Date: Tue, 1 May 2012 18:06:04 -0500 Subject: [PATCH] add SoupScript --- s/soupscript.script | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 s/soupscript.script diff --git a/s/soupscript.script b/s/soupscript.script new file mode 100644 index 00000000..13ab82f2 --- /dev/null +++ b/s/soupscript.script @@ -0,0 +1,3 @@ +PrintLn Hello World! + +Break