Added more tool tests.
This commit is contained in:
parent
803ee80427
commit
fb93897ac7
11 changed files with 282 additions and 31 deletions
7
golden-files/input/hello.c
Normal file
7
golden-files/input/hello.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue