Rust creation
This commit is contained in:
parent
96c950e6a3
commit
8b072325d8
3 changed files with 899 additions and 0 deletions
5
src/main.rs
Normal file
5
src/main.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use json;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Reference in a new issue