unplugged-system/tools/netsim/rust/netsim.cc

6 lines
60 B
C++

extern "C" void rust_main();
int main() {
rust_main();
}