move source to src/

This commit is contained in:
2026-03-08 19:39:02 -05:00
parent 224e59549c
commit da4dfbdd3e
5 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
## Build ## Build
``` ```
cd src/
make make
``` ```

6
src/README.md Normal file
View File

@@ -0,0 +1,6 @@
# refactor v1
I'm trying to split this up into multiple pieces but that probably involves using fewer global variables and passing the
same data between the functions that use them.
global variables will use `snake_case` and global constants will use `SCREAMING_SNAKE_CASE`.

View File