pull/6/head
dvkt 5 years ago
commit 3a201fa65d

2
.gitignore vendored

@ -0,0 +1,2 @@
/target
**/*.rs.bk

@ -0,0 +1,6 @@
[package]
name = "phetch"
version = "0.1.0"
authors = ["dvkt <c@dvkt.io>"]
[dependencies]

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