Skip to content

Commit

Permalink
Merge branch 'greeter'
Browse files Browse the repository at this point in the history
  • Loading branch information
liontiger23 committed Oct 4, 2024
2 parents fd32c29 + 567a780 commit 23bff0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a.out
8 changes: 8 additions & 0 deletions src/hello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <stdio.h>

int main() {
printf("Good morning and ...\n");
printf("Hello world!\n");
printf("... and good bye!\n");
return 0;
}

0 comments on commit 23bff0f

Please sign in to comment.