roc/examples/interactive/cli-platform/host.c
2022-03-07 20:10:50 -07:00

3 lines
60 B
C

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