8 lines
85 B
Rust
8 lines
85 B
Rust
|
mod ch2;
|
||
|
|
||
|
use std::{ fs::File, io::Write };
|
||
|
|
||
|
use compiler::backend::*;
|
||
|
|
||
|
fn main() {}
|