codebase consolidated

This commit is contained in:
Thomas Klaehn
2019-07-09 14:11:03 +02:00
parent 6aa295a9fd
commit 1a6c514170
3 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
#include <stdio.h>
#include <test.h>
#include <def.h>
int main(int argc, char *argv[])
{
printf("Hello World\n");
printf("%s\n", HELLO);
return 0;
}