fix(curriculum): remove step-style dashedName from N-Queens lab (#65750)

Co-authored-by: SilentDeath53 <SilentDeath53@users.noreply.github.com>
This commit is contained in:
SilentDeath53
2026-02-12 14:28:29 +03:00
committed by GitHub
parent fe9d40a70b
commit 906344f567
@@ -2,7 +2,7 @@
id: 68dbc6b7e8f794a2ae69bc74
title: Implement the N-Queens Algorithm
challengeType: 27
dashedName: step-1
dashedName: implement-the-n-queens-algorithm
---
# --description--