initial commit

This commit is contained in:
2025-11-08 15:33:53 +01:00
commit e854da56aa
60 changed files with 10888 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
program Test
{
int Trap()
{
}
void main () {
print(Trap());
}
}