im just messing around with things i really shouldnt be messing with
- C++ 70.8%
- C 21.8%
- Nix 6.4%
- CMake 1%
| .idea | ||
| uuid | ||
| .envrc | ||
| .gitignore | ||
| client.cpp | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| main.cpp | ||
| README.md | ||
| types.h | ||
something
compile and run client:
g++ -mavx2 client.cpp -o client && ./client