Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #288 from dilekuzulmez/hello_world
Browse files Browse the repository at this point in the history
Hello World in C
  • Loading branch information
LordDraagonLive authored Oct 3, 2018
2 parents b9f9e9a + 2d8f60b commit cf3e516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello_world/hello_world.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}

0 comments on commit cf3e516

Please sign in to comment.