Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher
2021-07-13 22:58:05 +02:00
committed by GitHub
parent 6ec8ac0097
commit d4fda2e75f

View File

@@ -99,7 +99,6 @@ void solve(sequence_t* s, std::list<sequence_t>* ret, unsigned int depth = 0) {
/**
* @brief Self-test implementations
*
* @returns void
*/
static void test() {