roc/examples/hello-world/rust-platform/host.c
2022-03-07 20:00:05 -07:00

3 lines
No EOL
59 B
C

extern int rust_main();
int main() { return rust_main(); }