This commit is contained in:
nora 2022-03-25 20:57:30 +01:00
parent 632f9d3426
commit 8a52378d4d
3 changed files with 42 additions and 20 deletions

View file

@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
parser::test();
}