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,6 +1,6 @@
func run_test[x: String] : I64
printf("\033[93mBuilding %s...\033[0m", x)
let cmd: String = concat("./target/release/zern examples/", x)
let cmd: String = String.concat("./target/release/zern examples/", x)
let build_start_time: I64 = OS.time()
if system(cmd) != 0