test subdirectory
This commit is contained in:
parent
b4dbce76cf
commit
bf7f456967
31 changed files with 19 additions and 13 deletions
7
test/old/hello.c
Normal file
7
test/old/hello.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
int printf(char* format, ...);
|
||||
|
||||
int gi = 42;
|
||||
|
||||
int main() {
|
||||
printf("hello world %d\n", gi);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue