Add a common crate
[recipes.git] / common / src / main.rs
1 fn main() {
2 println!("Hello, world!");
3 }