roc/examples/gui/breakout/platform/host.c
2022-09-11 22:32:15 -06:00

3 lines
No EOL
59 B
C

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