Skip to content

Commit

Permalink
📄 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KPMGE committed Mar 26, 2024
1 parent 66c29d8 commit 7680ca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ used as you would expect!
In this language, just like C, numbers can be used in if-else expressions. `0`
Meaning `false` and any other number meaning `true`
### Comments
It's possible to comment code out using the syntax: ```c /* comment */```
This syntax works for both, single line and multiline comments!
## How to run it?
In order to run this project on you machine, first make sure you got [rust](https://www.rust-lang.org/)
Expand Down

0 comments on commit 7680ca3

Please sign in to comment.