Initial commit

master
Sven Slootweg 5 years ago
commit 291106eeb8

2
.gitignore vendored

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

@ -0,0 +1,7 @@
[package]
name = "wm-poc"
version = "0.1.0"
authors = ["Sven Slootweg <admin@cryto.net>"]
edition = "2018"
[dependencies]

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