Initial commit

This commit is contained in:
2026-04-27 21:38:06 +10:00
commit e480561fb4
13 changed files with 722 additions and 0 deletions

3
build.fish Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env fish
g++ src/*.cpp -lncurses -o dive -ggdb -std=c++23