4 lines
80 B
Rust
4 lines
80 B
Rust
|
|
fn main() {
|
||
|
|
lalrpop::Configuration::new().process_current_dir().unwrap();
|
||
|
|
}
|