initial commit

This commit is contained in:
2025-12-10 13:39:25 +02:00
parent 8de7986d41
commit 165b201c69
6 changed files with 28 additions and 1 deletions

6
src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
mod ast;
fn main() {
}