Skip to content

Commit

Permalink
Merge pull request #2041 from prakharpande/master
Browse files Browse the repository at this point in the history
Added Hello-world in Sather
  • Loading branch information
jrg94 authored Oct 2, 2020
2 parents 2198c16 + 7641faf commit a061a31
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions archive/s/sather/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +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)
5 changes: 5 additions & 0 deletions archive/s/sather/hello-world.sa
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class HELLO_WORLD is
main is
#OUT+"Hello, World!";
end;
end;

0 comments on commit a061a31

Please sign in to comment.