Initial commit

This commit is contained in:
2018-09-26 13:19:20 +02:00
commit 8c74c39e4e
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "tvrs"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}