mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
Update README.md
This commit is contained in:
parent
6642163cd7
commit
29ad3b32e8
|
@ -15,6 +15,8 @@ fun main: int = do
|
|||
return 69;
|
||||
end;
|
||||
```
|
||||
> The `return 69` is the exit code (like C++), try running `echo $?` to see it!
|
||||
|
||||
Note: Everything in this project can be changed at anytime! (I'm still finding out what work best for lots of thing) if you have an idea, feel free to create an issues about it, or even create a PR! (I'd be very happy)
|
||||
|
||||
# Prerequistie
|
||||
|
|
Loading…
Reference in a new issue