first commit

This commit is contained in:
2024-02-23 20:31:05 -06:00
commit 9c5130ccc3
81 changed files with 7633 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}