mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
fix: lint warnings
This commit is contained in:
@@ -124,6 +124,6 @@ int main() {
|
||||
std::array<int, n>({0, 0, 0, 0})
|
||||
};
|
||||
|
||||
backtracking::solveNQ<n>(board, 0);
|
||||
backtracking::n_queens::solveNQ<n>(board, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user