Skip to content

Commit

Permalink
Merge pull request #1 from manassesss/master
Browse files Browse the repository at this point in the history
I did it!
  • Loading branch information
luiscarlossf committed Oct 3, 2018
2 parents bc030d3 + cd5ad0c commit ae2d3b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hello-world/hey!
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include <stdio.h>
#define WORLD 15

int main () {
int hello [WORLD];
strcpy(hello, "HELLO WORLD");
printf ("%s!!\n", hello);
return 0;

}

0 comments on commit ae2d3b6

Please sign in to comment.