1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 10:14:58 +02:00

[odin/en] remove odin language tag from code block (#5366)

This commit is contained in:
Collin MacDonald
2025-08-09 07:30:48 -05:00
committed by GitHub
parent a21fbe4c6b
commit f1a3351fbc

View File

@@ -10,7 +10,7 @@ programming language that emphasizes simplicity, readability, and performance
without garbage collection. Odin bills itself as "the C alternative for the
joy of programming."
```odin
```
// Single line comments start with two slashes.
/*