Skip to content

Commit

Permalink
Create HeyWorld.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor LE DANTEC authored Oct 18, 2018
1 parent 17e32e1 commit 34381d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HeyWorld.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <unistd.h>

int main()
{
write(1, "Hello", 5);
return 0;
}

0 comments on commit 34381d4

Please sign in to comment.