parse header

This commit is contained in:
nora 2023-02-11 18:33:34 +01:00
parent b4e6836e04
commit ee1a18f7c3
7 changed files with 227 additions and 1 deletions

3
test_data/hello_world.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, World!");
}