demo
This commit is contained in:
parent
917ba6b619
commit
41a17c3428
2 changed files with 11 additions and 0 deletions
6
demo/hello.c
Normal file
6
demo/hello.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
int printf(const char* format, ...);
|
||||
|
||||
int main() {
|
||||
printf("hello world %d\n", 42);
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue