commit
1c446f5ecb
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
[package] |
||||
|
name = "untitled" |
||||
|
version = "0.1.0" |
||||
|
authors = ["michael"] |
||||
|
|
||||
|
[dependencies] |
||||
@ -0,0 +1,3 @@ |
|||||
|
fn main() { |
||||
|
println!("Hello, world!"); |
||||
|
} |
||||
Loading…
Reference in new issue