This commit is contained in:
nub31
2025-05-27 09:18:31 +02:00
parent cae1c03ed5
commit 2b666f168b
9 changed files with 347 additions and 284 deletions

View File

@@ -2,9 +2,11 @@ namespace main
/// # Documentation
/// ## Documentation subtitle
global func main(args: []string) {
export func main(args: []string) {
i = 0
x = math::add(1, 1)
c::printf("%d\n", args.count)
while i < args.count {