init repo

This commit is contained in:
2019-06-05 14:06:08 +02:00
commit 0467cff06e
4 changed files with 12 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "lootalot"
version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
View File
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}