Clean up examples

This commit is contained in:
nub31
2025-10-16 20:10:19 +02:00
parent b1c33ed63b
commit 9c8fb7bfd1
6 changed files with 15 additions and 66 deletions

View File

@@ -1,6 +0,0 @@
module "main"
extern "main" func main(args: []cstring): i64
{
return 0
}