This commit is contained in:
2026-02-08 15:53:00 +01:00
parent 4c201c4085
commit 1a5742fc4f
3 changed files with 38 additions and 10 deletions

View File

@@ -3,8 +3,9 @@
const string contents = """
func main(): i32 {
let x: i32 = 23
x = 24
do_something("test")
return 69
return x
}
func do_something(text: string): void {