Compare commits
No commits in common. "6fb9f329be9db3b060ec0154c0dec5cde121a16b" and "879d2863af1e5345ef6eb336c65a3a0f94227919" have entirely different histories.
6fb9f329be
...
879d2863af
|
@ -190,6 +190,7 @@ int print_grid(int x, int y, char **grid, int how_many_targets, int *lul) {
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
*lul += 1;
|
*lul += 1;
|
||||||
|
printf("lul = %i\n", *lul);
|
||||||
system("xdg-open https://bit.ly/3BlS71b");
|
system("xdg-open https://bit.ly/3BlS71b");
|
||||||
printf("'q' for start menue");
|
printf("'q' for start menue");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue