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

Commit

Permalink
Hello World in C
Browse files Browse the repository at this point in the history
  • Loading branch information
dilekuzulmez committed Oct 2, 2018
1 parent 7ed05a8 commit 2d8f60b
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 2d8f60b

Please sign in to comment.