demo
This commit is contained in:
parent
917ba6b619
commit
41a17c3428
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…
Reference in New Issue
Block a user