Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IsSafrullah committed Nov 12, 2024
1 parent 0d1d9a1 commit b01b1c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added hello_world
Binary file not shown.
6 changes: 6 additions & 0 deletions hello_world.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdio.h>

int main(int argc, char** argv){
puts("Hello, world!");
return 0;
}

0 comments on commit b01b1c4

Please sign in to comment.