Diagnostics

This commit is contained in:
nub31
2025-07-23 00:43:50 +02:00
parent efe13730e7
commit 5e78f63e93
7 changed files with 193 additions and 45 deletions

View File

@@ -1,5 +1,11 @@
func main(args: []cstring): i64
{
puts("test")
puts("test") %%%
return 0
}