Added missing whitespace

OCD FTW
This commit is contained in:
thatHexa
2016-11-28 12:55:27 +02:00
committed by GitHub
parent 3bab02464b
commit c8070d6675

2
c/c.c
View File

@@ -1,4 +1,4 @@
#include<stdio.h>
#include <stdio.h>
int main() {
printf("Hello World\n");