feat: add files
This commit is contained in:
6
live-reload-rust/main-greet.c
Normal file
6
live-reload-rust/main-greet.c
Normal file
@@ -0,0 +1,6 @@
|
||||
extern void greet(const char *name);
|
||||
|
||||
int main(void) {
|
||||
greet("stars");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user