Skip to content

Commit

Permalink
been 4 years since the last time i wrote a c program, feeling so rusty;
Browse files Browse the repository at this point in the history
  • Loading branch information
KickItLikeShika committed Jan 2, 2025
1 parent 4e57cd3 commit c0f34e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helloworld.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>


int main() {
printf("C, I'm so back!");
return 0;
}

0 comments on commit c0f34e3

Please sign in to comment.