Skip to content

Commit

Permalink
Merge pull request #19 from shiwildy/patch-3
Browse files Browse the repository at this point in the history
feat: add hello world for Forth
  • Loading branch information
munirapp authored Nov 9, 2024
2 parents 83a3b24 + 06ed728 commit 391cb9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
: hello-world ." Hello, World!" ;
hello-world

0 comments on commit 391cb9b

Please sign in to comment.