Skip to content

Commit

Permalink
Update Tower of Hanoi Code.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajspeaks authored Oct 9, 2022
1 parent 59ad0f8 commit 43652bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hacktoberfest-2022/Rajdeep Das/Tower of Hanoi Code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ int main()
towerOfHanoi(n, \'A\', \'C\', \'B\'); // A, B and C are names of rods
return 0;
}
// Rajdeep Das

0 comments on commit 43652bf

Please sign in to comment.