salsa/examples/hello_world/main.rs

7 lines
74 B
Rust
Raw Normal View History

2018-09-28 15:26:53 +00:00
mod class_table;
mod compiler;
fn main() {
println!("It builds.");
}