Va un poco mal

This commit is contained in:
=
2024-02-10 14:56:00 +01:00
parent 5a33f60a6f
commit ff252aaef7
5 changed files with 529 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
use messiscript_interpreter::interpreter::run;
fn main() {
println!("Hello, world!");
run("test.messi");
}