bloat-buster/tests/simple_arg.nat
2024-08-01 13:23:07 +02:00

5 lines
68 B
Plaintext

fn main(argument_count: s32) s32
{
return argument_count - 1;
}