sqlite3, fizzbuzz examples

This commit is contained in:
2025-11-22 21:06:00 +01:00
parent 73cd71c8e4
commit b24bfc0241
4 changed files with 45 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ A very cool language
* Clean indentation-based syntax
* Compiles to x86_64 Assembly
* ~~No libc required~~ (SOON; still used for memory allocation and DNS resolution)
* Produces tiny static executables (~50KB with musl)
* Produces tiny static executables (~30KB with musl)
* Sometimes works
* Has the pipe operator