100 000
This commit is contained in:
parent
f6f4edd7bd
commit
3315118690
3 changed files with 2 additions and 2 deletions
2
test.c
2
test.c
|
|
@ -5,7 +5,7 @@ int testicolo( void ) {
|
|||
|
||||
char c[] = "qwertyuiopasdfghjkllzxcvbnm123456789mnbvcxzlkjhgfdsapoiuytrewq1234567890";
|
||||
|
||||
for(int a=0;a<1000;a++){
|
||||
for(int a=0;a<100000;a++){
|
||||
parseH(&c);
|
||||
parseL(&c);
|
||||
// printf("%s",c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue