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