Bugfix: dependency files

This commit is contained in:
Thomas Klaehn
2019-07-09 12:27:35 +02:00
parent dc884d51a9
commit 6aa295a9fd
3 changed files with 20 additions and 13 deletions

View File

@@ -1,10 +1,9 @@
#include <stdio.h>
#include <test.h>
int main(int argc, char *argv[])
{
printf("Content-type: text/plain\n");
printf('\n');
printf("Hello World\n");
return 0;