Hanoi added

This commit is contained in:
ada-dmitry
2023-04-18 08:28:26 +03:00
parent ea4d0db0f1
commit 62d99ba675
7 changed files with 203 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ int main(int argc, char* argv[]) {
printf("could not malloc\n");
exit(2);
}
printf("Error here 1");
int i;
for (i = 0; i < COUNT; i++) {
char s[LEN];
Binary file not shown.