mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Add examples/breakout
This commit is contained in:
parent
97fff2e84d
commit
a111f510a4
27 changed files with 5036 additions and 0 deletions
3
examples/breakout/platform/src/main.rs
Normal file
3
examples/breakout/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