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 7680ca3 commit 083d3bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ 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 */```
It's possible to comment code out using the syntax:
```c
/* comment */
```
This syntax works for both, single line and multiline comments!
Expand Down

0 comments on commit 083d3bc

Please sign in to comment.