mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
3 lines
60 B
C
3 lines
60 B
C
extern int rust_main();
|
|
|
|
int main() { return rust_main(); }
|