arret
This commit is contained in:
@@ -64,7 +64,7 @@ char most_frequent(const char *str){
|
||||
free(values);
|
||||
return *cha;
|
||||
}
|
||||
|
||||
/*
|
||||
int main () {
|
||||
|
||||
char test = most_frequent("WRYYYY!1!"); // 'Y'
|
||||
@@ -74,4 +74,4 @@ int main () {
|
||||
printf("%c\n",test);
|
||||
test = most_frequent('\0'); // 'l'
|
||||
printf("%c\n", test);
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user