Skip to content

Commit

Permalink
Merge pull request #17 from anoshyn/anoshyn
Browse files Browse the repository at this point in the history
New line to 1.c
  • Loading branch information
a-vodka authored Dec 7, 2022
2 parents 9787d3c + 2771df3 commit 604c91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 1.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
test message
my message
Vlad Degtyarov
2 changes: 1 addition & 1 deletion hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ void myfunc()

int main()
{
printf("Andrii\n");
printf("My name is Roman\n");
printf("Andrii\n");
myfunc();
printf("This is my BUG ! by yyefimov");
printf("hey you\n");
return 0;

}

0 comments on commit 604c91c

Please sign in to comment.