6 lines
83 B
C
6 lines
83 B
C
int rust_func(void);
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return rust_func();
|
|
}
|