In the beginning...

This commit is contained in:
Zachary Levy
2026-03-08 19:00:41 -07:00
commit f10bf7e3c3
21 changed files with 7536 additions and 0 deletions

12
.zed/debug.json Normal file
View File

@@ -0,0 +1,12 @@
[
{
"label": "Debug",
"program": "out/debug/debug",
"adapter": "CodeLLDB",
"request": "launch",
"build": {
"command": "odin build debug -debug -out=out/debug/debug"
},
"cwd": "$ZED_WORKTREE_ROOT"
}
]