mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Add cli test for false interpreter
This commit is contained in:
parent
0ca6a3d723
commit
b4be6da3a4
5 changed files with 103 additions and 11 deletions
3
examples/false-interpreter/platform/src/main.rs
Normal file
3
examples/false-interpreter/platform/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
std::process::exit(host::rust_main());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue