Add src/maze.cpp

This commit is contained in:
2025-05-09 15:48:52 -04:00
parent dfbc8b6f6d
commit 2aae6a2a10

5
src/maze.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "ReMaze/maze.hpp"
int main() {
// code
}