Skip to content

Commit

Permalink
Lab04: Fix new line in printf
Browse files Browse the repository at this point in the history
Signed-off-by: Stoica Liviu <[email protected]>
  • Loading branch information
liviu0709 committed Mar 25, 2024
1 parent f6d9ba9 commit a300405
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ int main(void)

/* drunk, fix later */
while (ago < 0x2a) {
printf("http://stackoverflow.com/questions/184618/what-is-the-best
-comment-in-source-code-you-have-ever-encountered\n");
printf("http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered\n");
ago++;
continue; /* TODO: use goto for Pete's sake! */
printf("Fast inverse square root: %f\n", Q_rsqrt(x)); /* i'm sorry */
Expand Down

0 comments on commit a300405

Please sign in to comment.