Merge pull request #277 from boloutaredoubeni/patch-1

Fix spacing for #include in c.c
This commit is contained in:
Mike Donaghy
2017-02-12 16:04:31 -06:00
committed by GitHub

2
c/c.c
View File

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