added some test files nothing is working t#34

This commit is contained in:
Meyer Simon
2025-02-27 16:11:13 -05:00
parent c85540afdf
commit f355de059f
2 changed files with 34 additions and 0 deletions

4
simple.alpha Normal file
View File

@ -0,0 +1,4 @@
#include "library.alpha"
entry(arg) := {
return 0;
}