feat: update PLAN.md and add end to end test of the compiler
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fn main() -> i32 {
|
||||
return 42;
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fn main() -> i32 {
|
||||
return 42;
|
||||
}
|
||||