unit test
This commit is contained in:
parent
98d5a1a3bc
commit
54db58d362
18 changed files with 64 additions and 9 deletions
5
test/hello.c
Normal file
5
test/hello.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
int printf(char* format, ...);
|
||||
|
||||
int main() {
|
||||
printf("hello world %d\n", 42);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue