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
.gitignore vendored Normal file
View File

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

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "lootalot"
version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]

0
README.md Normal file
View File

3
src/main.rs Normal file
View File

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