Skip to content

Commit

Permalink
bad fmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Apr 19, 2024
1 parent fe851b9 commit 451bde6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/sleep/sleep.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <stdio.h>
# include <stdio.h>

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

0 comments on commit 451bde6

Please sign in to comment.