boilerplate's down

This commit is contained in:
Mars Ultor
2025-07-24 10:31:02 -05:00
commit ad3325e231
36 changed files with 2734 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main() {
std::cout << "Hello, C++23 with Clang and submodules!\n";
return 0;
}
View File
View File