Skip to content

Commit 828a3d4

Browse files
Update README.md
1 parent 1ec8462 commit 828a3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can look [here](CritLang/sieve.crit) for more an implemantion of the [Sieve
3535
Check [here](https://github.com/lucascompython/CritLang/wiki/Language-Defenition) for the language definition.
3636
## Tips and Tricks
3737
You can have a else block after a while loop declaration to avoid a if statement.
38-
To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.
38+
To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.<br>
3939
This language also has a `until` keyword, which is just like the `while` keyword but with the opposite condition.
4040
```rust
4141
until num > 10 {

0 commit comments

Comments
 (0)