diff options
Diffstat (limited to 'Tests/TargetName/executables/hello_world.c')
-rw-r--r-- | Tests/TargetName/executables/hello_world.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/TargetName/executables/hello_world.c b/Tests/TargetName/executables/hello_world.c new file mode 100644 index 0000000..539d867 --- /dev/null +++ b/Tests/TargetName/executables/hello_world.c @@ -0,0 +1,5 @@ +#include <stdio.h> +main() +{ + printf("hello, world\n"); +} |