source code migrating from gitlab

This commit is contained in:
2026-05-15 15:56:53 -04:00
commit 6e5063620d
11 changed files with 1296 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
pushd c-lang
make clean
popd
pushd c3-lang
make clean
popd
pushd odin-lang
make clean
popd