Alrium/src/main.rs
2015-10-02 18:19:31 +02:00

7 lines
69 B
Rust

mod action;
mod block;
fn main() {
println!("Hello, world!");
}