exec working up to halt

clean shutdown doesn't for some reason
This commit is contained in:
2025-09-09 16:30:49 +02:00
parent e339350505
commit ce08021e79
36 changed files with 460 additions and 399 deletions

View File

@@ -1,2 +1,2 @@
const user = "dave"
const main = println "Hello $user!" exit_status::success
let user = "dave"
let main = println "Hello $user!" exit_status::success