Compare commits

..

No commits in common. "master" and "v1.2.8" have entirely different histories.

2 changed files with 0 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
src/agg
bin
obj
AGENTS.md

View file

@ -85,10 +85,6 @@ int main(void) {
int playtime;
printf ("\nHow long would you like to play for? Answer in seconds.\n");
scanf ("%d", &playtime);
if (playtime < 1) {
printf ("Error! You must select at least one second.\n");
exit(1);
}
int number_length;
printf ("Please enter maximum possible number\n");