This commit is contained in:
nub31
2025-09-11 21:22:25 +02:00
parent 73baf3d73b
commit 5fecfeba43
54 changed files with 10 additions and 5443 deletions

View File

@@ -1,15 +0,0 @@
module main
extern func puts(text: cstring)
struct Test
{
}
func main(args: []cstring): i64
{
puts("test")
return 0
}