From 3b5802c6551a9acb077ce3fc0d7ff52c8813b385 Mon Sep 17 00:00:00 2001 From: PriyanshVerma <33251160+PriyanshVerma@users.noreply.github.com> Date: Tue, 31 Oct 2017 19:35:48 +0530 Subject: [PATCH] Update Tower of Hanoi.cpp --- Tower of Hanoi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tower of Hanoi.cpp b/Tower of Hanoi.cpp index f9b3637844b..512bdac9402 100644 --- a/Tower of Hanoi.cpp +++ b/Tower of Hanoi.cpp @@ -1,6 +1,6 @@ #include using namespace std; - +///the tower of Hanoi struct tower { int values[10];