Initial code commit

This commit is contained in:
2026-04-11 23:05:26 -04:00
parent a0aab7bce5
commit fab03edcb1
6 changed files with 503 additions and 0 deletions

7
.clang-format Normal file
View File

@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: ForIndentation
ColumnLimit: 0
...