finalize V0

This commit is contained in:
2025-06-14 01:28:27 -04:00
parent 4430477658
commit c88c614b84
4 changed files with 50 additions and 24 deletions

View File

@@ -15,3 +15,15 @@ start:
file.write_str(str.fmt("<name>.listing.source", self.source.name))
end
```
## TODOs
- [] Multi-threaded C example
- [] Add basic timing benchmark to C examples
- [] Add profiling support C examples
- [] Make C++ examples
- [] Add basic timing benchmark to C++ examples
- [] Add profiling support C++ examples
- [] Make Odin examples
- [] Add basic timing benchmark to Odin examples
- [] Add profiling support Odin examples