quicksort example, I64.parse, IO.write_file

This commit is contained in:
2025-06-03 16:10:06 +02:00
parent d8f2ff28db
commit c3badb609c
9 changed files with 222 additions and 155 deletions

View File

@@ -1,7 +1,7 @@
func main[] : I64
let a: String = I64.to_string(58394)
print_i64(strlen(a))
let b: String = concat(a, "test")
let b: String = String.concat(a, "test")
print_i64(strlen(b))
free(a)
free(b)