summaryrefslogtreecommitdiffstats
path: root/Tests/TargetName/executables/hello_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TargetName/executables/hello_world.c')
-rw-r--r--Tests/TargetName/executables/hello_world.c2
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");
}