not sure what changed......
This commit is contained in:
parent
2d6ef673f0
commit
f5de12b568
1 changed files with 1 additions and 1 deletions
2
2/main.c
2
2/main.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue