ref counted strings

This commit is contained in:
nub31
2026-02-28 01:07:02 +01:00
parent 84627dde45
commit d58e006be4
3 changed files with 34 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
module main
func main(): i32 {
core::print("Your mom")
return 0
}