Formatter introduced

This commit is contained in:
2025-02-07 00:47:34 +01:00
parent b94d8a64cb
commit 40c5eaf3d5
23 changed files with 608 additions and 218 deletions

View File

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