From 509eac6db98cc8a33f892d3286a049b27a472cc9 Mon Sep 17 00:00:00 2001 From: Prakhar Pande <45700206+prakharpande@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:21:46 +0530 Subject: [PATCH 1/4] added hello world in sather --- archive/s/hello-world.sa | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 archive/s/hello-world.sa diff --git a/archive/s/hello-world.sa b/archive/s/hello-world.sa new file mode 100644 index 000000000..b2824ab95 --- /dev/null +++ b/archive/s/hello-world.sa @@ -0,0 +1,5 @@ +class HELLO_WORLD is + main is + #OUT+"Hello, World!"; + end; +end; From 46a664fd06b450593015c2619cb96b891322a748 Mon Sep 17 00:00:00 2001 From: Prakhar Pande <45700206+prakharpande@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:23:08 +0530 Subject: [PATCH 2/4] Rename archive/s/hello-world.sa to archive/s/sather/hello-world.sa --- archive/s/{ => sather}/hello-world.sa | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename archive/s/{ => sather}/hello-world.sa (100%) diff --git a/archive/s/hello-world.sa b/archive/s/sather/hello-world.sa similarity index 100% rename from archive/s/hello-world.sa rename to archive/s/sather/hello-world.sa From 358e22bd8bbb4fc450469d5a8b927db0bccfd658 Mon Sep 17 00:00:00 2001 From: Prakhar Pande <45700206+prakharpande@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:23:52 +0530 Subject: [PATCH 3/4] Create README.md --- archive/s/sather/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 archive/s/sather/README.md diff --git a/archive/s/sather/README.md b/archive/s/sather/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/archive/s/sather/README.md @@ -0,0 +1 @@ + From 7641faf5ce1a85e9a8e474b3fcdf1bf8749caf09 Mon Sep 17 00:00:00 2001 From: Prakhar Pande <45700206+prakharpande@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:30:51 +0530 Subject: [PATCH 4/4] Update README.md --- archive/s/sather/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/archive/s/sather/README.md b/archive/s/sather/README.md index 8b1378917..28bce4ffe 100644 --- a/archive/s/sather/README.md +++ b/archive/s/sather/README.md @@ -1 +1,17 @@ +# Sample Programs in Sather +Welcome to Sample Programs in Sather! + +## Sample Programs + +- [Hello World in Sather](https://www.gnu.org/software/sather/docs-1.2/tutorial/classes.html#AEN263) + +## Fun Facts + +- Debut: 1990 + +## References + +- [Sather official tutorial](https://www.gnu.org/software/sather/docs-1.2/tutorial/sather-tutorial.html) +- [Sather Official Website](https://www.gnu.org/software/sather/) +- [Sather - WIKI](https://en.wikipedia.org/wiki/Sather)