backend_module/src/main.rs

8 lines
85 B
Rust
Raw Normal View History

2024-06-12 16:10:37 +08:00
mod ch2;
use std::{ fs::File, io::Write };
use compiler::backend::*;
fn main() {}