mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
Hanoi added
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user