mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
3 lines
No EOL
59 B
C
3 lines
No EOL
59 B
C
extern int rust_main();
|
|
|
|
int main() { return rust_main(); } |