From e56c94ff1e2a01f41e7e14327d4c77fe0d055e80 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 26 Aug 2015 17:50:26 -0700 Subject: [PATCH] SemWare Application Language --- s/sal.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 s/sal.s diff --git a/s/sal.s b/s/sal.s new file mode 100644 index 00000000..b608c718 --- /dev/null +++ b/s/sal.s @@ -0,0 +1,5 @@ +proc main() + loop + WriteLine("Hello, World!") + endloop +end