initial upload

This commit is contained in:
2025-12-17 10:53:43 +08:00
commit f3f1778f77
308 changed files with 129940 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <iostream>
#include "grid.h"
int main() {
std::cout << "Tests started!" << std::endl;
std::cout << "Tests (0) succeeded!" << std::endl;
return 0; // You can put a 1 here to see later that it would generate an error
}