@ -29,12 +29,12 @@ fn main {
}
test(a);
exit();
};
fn test output {
let number_to_output = output;
out(number_to_output);
let numberToOutput = output;
out(numberToOutput);
```
This code prints 3 and then 2.