initial commit

This commit is contained in:
klein panic
2025-04-13 02:27:22 -04:00
commit cf50b5a377
18 changed files with 1920 additions and 0 deletions

7
include/version.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef VERSION_H
#define VERSION_H
#define APP_VERSION "0.0.1"
#endif // VERSION_H