diff options
Diffstat (limited to 'test/hello_world.c')
-rw-r--r-- | test/hello_world.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hello_world.c b/test/hello_world.c index eb47ea813..ce0cca463 100644 --- a/test/hello_world.c +++ b/test/hello_world.c @@ -1,7 +1,6 @@ -#include<stdio.h> +#include <stdio.h> int main() { printf("hello, world!\n"); return 0; } - |