initial push

This commit is contained in:
2026-06-23 09:35:43 +02:00
parent 683a33967d
commit b842990cd4
44 changed files with 4738 additions and 92 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
# Configures CMake
cmake -S . -B build
# Compiles the program
cmake --build build
# Runs the program
./build/panic