Goofing with rust

cat-town
Dan Buch 8 years ago
parent ffbc653075
commit 7e650db47f
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -0,0 +1 @@
target/

4
rustfun/Cargo.lock generated

@ -0,0 +1,4 @@
[root]
name = "rustfun"
version = "0.1.0"

@ -0,0 +1,6 @@
[package]
name = "rustfun"
version = "0.1.0"
authors = ["Dan Buch <daniel.buch@gmail.com>"]
[dependencies]

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
Loading…
Cancel
Save