not sure what changed......

This commit is contained in:
laura 2025-12-12 17:01:20 +01:00
parent 2d6ef673f0
commit f5de12b568

View file

@ -49,7 +49,7 @@ uint64_t power(uint64_t base, uint64_t exp) {
for (i = 0; i < exp; i++)
result *= base;
return result;
}
}
bool check_silly(uint64_t in){
int num = numPlaces(in);