mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-07 05:38:01 +00:00
5 lines
62 B
C
5 lines
62 B
C
extern int rust_main();
|
|
|
|
int main() {
|
|
return rust_main();
|
|
}
|