diff options
| author | Zuhaitz <zuhaitz.zechhub@gmail.com> | 2026-01-11 21:09:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 21:09:13 +0000 |
| commit | ff32e7b6b99dd9b17b4c581e6c48308128f46c52 (patch) | |
| tree | ca455c2f2ab56cd65c25d0cb0783285dabe50bae /README.md | |
| parent | 8db5591a0cf3509e5384cf804e0f38a0c6bf695b (diff) | |
Fix formatting of Compiler Support section in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ fn add(a: int, b: int) -> int { --- -## 🛠️ Compiler Support & Compatibility +## Compiler Support & Compatibility Zen C is designed to work with most C11 compilers. Some features rely on GNU C extensions, but these often work in other compilers. Use the `--cc` flag to switch backends. |
