Skip to content

Commit

Permalink
TestTask: Add main.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
kulchroman committed Feb 17, 2022
1 parent 7ef4525 commit 361a3fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

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

0 comments on commit 361a3fc

Please sign in to comment.