Closed grassator closed 3 years ago
The strange thing is that it works locally just fine but fails on CI 🤷
Minimal code seems to be:
fizz_buzz :: () -> () { i := 0; stdout_handle := GetStdHandle(-11); while (i < 100) { i = i + 1; remainder := i % 3; }
Seems fixed as of #28
The strange thing is that it works locally just fine but fails on CI 🤷
Minimal code seems to be: