make maps oop

This commit is contained in:
2023-04-08 15:34:15 +02:00
parent 90b506d22f
commit 2d3c7c42ce
31 changed files with 708 additions and 275 deletions

4
test Executable file
View File

@@ -0,0 +1,4 @@
for FILE in ./tests/*.ar; do
echo "running : $FILE";
./run "$FILE";
done