From 083d3bc5517c4c8c33b5d6575155c26425f005df Mon Sep 17 00:00:00 2001 From: KPMGE Date: Mon, 25 Mar 2024 21:35:02 -0300 Subject: [PATCH] :page_facing_up: update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ca6e1..97b421d 100644 --- a/README.md +++ b/README.md @@ -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!