@@ -117,6 +117,14 @@ if (os.platform()=="windows") {
}
```
Or use `std.runtime.windows.set_utf8_output()`:
```javascript
usestd.runtime;
runtime.windows.set_utf8_output();
```
## __Difference Between Andy's and This Interpreter__

Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.