diff options
author | makefunstuff <[email protected]> | 2024-06-30 18:15:56 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 18:15:56 +0200 |
commit | db132b948d0476fac714a7e9d4c9f001e643b13c (patch) | |
tree | 93dfdae510b3c374c19b996ff1cbec620f248d9b /README.md | |
parent | da3127207870db7e560540f8d318ffe55cdf73a6 (diff) | |
download | tinkerbunk-db132b948d0476fac714a7e9d4c9f001e643b13c.tar.gz |
some stuff
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 |