roc/examples/gui/platform/host.c
Richard Feldman ff082cb98d
wip
2022-02-06 07:39:15 -05:00

3 lines
No EOL
59 B
C

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