mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 15:23:06 +02:00
adding hanoi towers project
This commit is contained in:
parent
88ac494fdf
commit
77ba48118c
6
CPP/miscelanious/hanoi/hanoi.cpp
Normal file
6
CPP/miscelanious/hanoi/hanoi.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user