Make C code more recognizably C (#331)

pull/332/head
Alan Wu 3 years ago committed by GitHub
parent 66d097d3d8
commit 0e5a200124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -281,7 +281,7 @@ We'll create a C file to call the `hello_from_rust` function and compile it by `
C file should look like:
```c
int main() {
int main(void) {
hello_from_rust();
return 0;
}

Loading…
Cancel
Save