Skip to content

Commit

Permalink
Breaks lint to check if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jan 4, 2024
1 parent 00235ae commit c02a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/beecrowd/1000/1000.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stdio.h>

int main() {
puts("Hello World!");
puts("Hello World!");

return 0;
}

0 comments on commit c02a839

Please sign in to comment.