Move tons of stuff into oldstuff/
This commit is contained in:
2
rustbook/hello_cargo/.gitignore
vendored
2
rustbook/hello_cargo/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
/target/
|
||||
Cargo.lock
|
@@ -1,6 +0,0 @@
|
||||
[package]
|
||||
name = "hello_cargo"
|
||||
version = "0.1.0"
|
||||
authors = ["Dan Buch <daniel.buch@gmail.com>"]
|
||||
|
||||
[dependencies]
|
@@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user