Update README

This commit is contained in:
daleclack 2022-02-13 21:51:39 +08:00
parent 650d378921
commit f186624016
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,7 @@ public class Args{
}
```
Rust Version
Rust Version ( Currently only support Linux or macOS )
```rust
use std::env;
@ -95,5 +95,4 @@ fn main() {
// Print the path of executive
println!("{}", path);
}
```