This commit is contained in:
nub31
2025-06-15 01:47:10 +02:00
parent 7c05870e24
commit 3f7499d2b9
10 changed files with 63 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
namespace main
export func main(args: [][]u8): i64 {
let x: []u8
export func main(args: []cstring): i64 {
let x: cstring
x = args[0]