From 99a9e47561798989ef60ecd5585461e355891357 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 26 Aug 2015 17:52:16 -0700 Subject: [PATCH] Sather --- s/sather.sa | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 s/sather.sa diff --git a/s/sather.sa b/s/sather.sa new file mode 100644 index 00000000..ea7c57b7 --- /dev/null +++ b/s/sather.sa @@ -0,0 +1,7 @@ +class MAIN is + main is + loop + #OUT + "Hello World!\n" + end + end +end