This commit is contained in:
nub31
2026-02-26 20:00:31 +01:00
parent 660166221c
commit aa5bf0b568
3 changed files with 196 additions and 79 deletions

View File

@@ -40,6 +40,12 @@ export func add(a: i32 b: i32): i32
}
}
let color: color = {
r = 23
g = 23
b = 23
}
return add_internal(a b)
}