Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
x0lg0n committed Oct 28, 2023
1 parent 63457cd commit f8a79ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions C/hello-world.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <stdio.h>
int main(void) {
printf("Hello World!");
return 0;
}

0 comments on commit f8a79ee

Please sign in to comment.