Skip to content

Commit

Permalink
feat: Add a "Hello World"-program in Smalltalk
Browse files Browse the repository at this point in the history
  • Loading branch information
tscharke committed Oct 16, 2019
1 parent 0419613 commit f73fe95
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- [Sourabh Sooraj](https://github.com/SourabhSooraj)
- [Srajal Agrawal](https://github.com/srajalagr)
- [TheSolution90](https://github.com/thesolution90)
- [Thomas Scharke](https://github.com/tscharke)
- [Thomas Windt](https://github.com/WOLFI3654)
- [Tim Solokha](https://github.com/TimSolokha)
- [tonzsm](https://github.com/tonzsm)
Expand Down
6 changes: 6 additions & 0 deletions code/Smalltalk/helloworld.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"A Hello-World-Program in Smalltalk
Execute this by: `gst helloworld.st`
"

'Hello World!' printNl !
34 changes: 34 additions & 0 deletions profiles/Thomas_Scharke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Thomas Scharke

### Bio

Remote Freelancing Software Artist ❤️TypeScript | JavaScript | ReactNative | React ️❤️

### Location

Remote & Bochum (Germany)

### Projects

- [Lesehelden](https://lesehelden.app)
- [Woop](https://woopmylife.org)

### Hobbies & Interests

- Remote-Work
- Collobartion
- Compassionate
- Coding
- ReactNative
- Music
- Stand-Up-Paddeling

### Profiles

[![GitHub][github-img]](https://github.com/tscharke)
[![Twitter][twitter-img]](https://twitter.com/t_scharke)

<!-- Don't edit the below 2 lines -->

[twitter-img]: https://i.imgur.com/wWzX9uB.png
[github-img]: https://i.imgur.com/9I6NRUm.png

0 comments on commit f73fe95

Please sign in to comment.