chore: reorg
This commit is contained in:
10
__ffi/live-reload-rust/main.c
Normal file
10
__ffi/live-reload-rust/main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void greet(const char *name) {
|
||||
printf("Hello, %s!\n", name);
|
||||
}
|
||||
|
||||
int main(void) {
|
||||
greet("moon");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user