Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create hello_world.c
  • Loading branch information
doa14001 committed Mar 26, 2019
1 parent 463d9eb commit f0dea83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hello_world.c
@@ -0,0 +1,7 @@
//This is the starter code for lab0
#include <stdio.h>

int main()
{
printf("Hello world.\n");
}

0 comments on commit f0dea83

Please sign in to comment.