hex improvements

This commit is contained in:
2026-04-09 15:01:36 +02:00
parent a17ffa184a
commit 3fd4fcd062
3 changed files with 21 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ A very cool language
* Growing [standard library](https://github.com/antpiasecki/zern/tree/main/src/std)
* Produces tiny static executables (11KB for `hello.zr`)
* No libc required!
* Has the pipe operator, variadics, dynamic arrays, hashmaps, etc.
* Has the pipe operator, variadics, dynamic arrays, hashmaps, DNS resolver, etc.
## Syntax
```rust