fix(curriculum): correct challengeType for lab-tower-of-hanoi from 23 to 27 (#66377)

This commit is contained in:
majestic-owl448
2026-03-12 08:49:25 +01:00
committed by GitHub
parent c543dfbc4d
commit f79e7ecc38
@@ -1,7 +1,7 @@
---
id: 68773ee26f332a80bc0295db
title: Implement the Tower of Hanoi Algorithm
challengeType: 23
challengeType: 27
saveSubmissionToDB: true
dashedName: implement-the-tower-of-hanoi-algorithm
---