mul/build.rs

4 lines
52 B
Rust
Raw Permalink Normal View History

2023-04-28 07:11:34 +00:00
fn main() {
lalrpop::process_root().unwrap();
}