sqlite3, fizzbuzz examples

This commit is contained in:
2025-11-22 21:06:00 +01:00
parent 73cd71c8e4
commit b24bfc0241
4 changed files with 45 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
func dbg.panic[msg: String] : Void
io.print("PANIC:")
io.print("PANIC: ")
io.println(msg)
os.exit(1)