diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e6c22f --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Tinkerbunk + +This repo is basically me learning some zig. +Just recreational programming doing some probably useless stuff + +## TODO: +This is pool of ideas of what to implement in zig + +- [x] naive ls implementation +- [ ] naive socket server +- [ ] naive grep implementation +- [ ] render some stuff with sdl +- [ ] play with raylib +- [ ] interop with c project |