boilerplate's down

This commit is contained in:
2025-07-24 10:31:02 -05:00
commit ad3325e231
36 changed files with 2734 additions and 0 deletions

7
src/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main() {
std::cout << "Hello, C++23 with Clang and submodules!\n";
return 0;
}

0
src/utils.cpp Normal file
View File

0
src/utils.hpp Normal file
View File