Initial import

This commit is contained in:
Matthias Beyer 2016-06-26 11:17:30 +02:00
parent 64ddb501e2
commit c45b5ba975
2 changed files with 9 additions and 0 deletions

6
imag-ref/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "imag-ref"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]

3
imag-ref/src/main.rs Normal file
View file

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