Initial Commit.

This commit is contained in:
bauen1
2020-05-09 09:57:06 +02:00
commit ea8ac7f6b0
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "dn42-roagen"
version = "0.1.0"
authors = ["bauen1 <j2468h@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}