diff --git a/scripts/hello_world_gingyr.c b/scripts/hello_world_gingyr.c index fac8825279..33626abec9 100644 --- a/scripts/hello_world_gingyr.c +++ b/scripts/hello_world_gingyr.c @@ -5,5 +5,5 @@ #include int main() { - printf("Hello, World!\n"); + printf("Hello, World!\n"); /*print hello*/ }