Remove 'no windows support'

This commit is contained in:
Maas Lalani
2021-10-20 20:55:45 -04:00
parent 5f76976a4a
commit df7d6b5622

View File

@@ -13,7 +13,7 @@ Currently supported languages:
* `python`
* `ruby`
* `perl`
* `rust` (no windows support)
* `rust`
---
@@ -93,4 +93,4 @@ print ("hello, world");
fn main() {
println!("Hello, world!");
}
```
```