litelighter/src/lib.rs
2022-11-06 17:42:55 +01:00

7 lines
82 B
Rust

#![allow(dead_code)]
mod tokenizer;
fn main() {
println!("Hello, world!");
}