Skip to content

Commit 75b2435

Browse files
authored
Update primecheck.c
1 parent 98e222e commit 75b2435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primecheck.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main(void)
2222
}
2323
else
2424
{
25-
printf("This is not prime.\n");
25+
printf("This is not a prime number.\n");
2626
}
2727
return 0;
2828
}

0 commit comments

Comments
 (0)