feat: add files

This commit is contained in:
2020-09-30 23:52:26 +08:00
parent 820a5707fa
commit 8f8bc6eca9
5 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extern void greet(const char *name);
int main(void) {
greet("stars");
return 0;
}