Skip to content

Commit

Permalink
Merge pull request #51 from dsLeks/cat-hello-world-example
Browse files Browse the repository at this point in the history
cat hello world example
  • Loading branch information
PiJoules authored Mar 13, 2024
2 parents ac5f1d8 + e127f15 commit 3bac184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ones tested with locally.
## Building + Running

```sh
$ cat test_input.txt
main( () => () )
out "Hi! I am ALIVE!"

$ make # Creates ./main
$ ./main test_input.txt
; ModuleID = 'my cool jit'
Expand Down

0 comments on commit 3bac184

Please sign in to comment.