This commit is contained in:
nub31
2025-11-03 12:52:17 +01:00
parent 40d500fddd
commit 085f7a1a6a
17 changed files with 368 additions and 190 deletions

View File

@@ -0,0 +1,8 @@
module test
extern "puts" func puts(text: ^i8)
func test()
{
puts("uwu")
}