Skip to content

Commit

Permalink
Create test1.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AniMB authored Apr 16, 2024
1 parent 7466252 commit d1387b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test1.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdio.h>

int main() {
printf("Hello, world!\n");
return 0;
}

0 comments on commit d1387b6

Please sign in to comment.