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