Update magic_sequence.cpp

This commit is contained in:
Jxtopher
2021-09-04 21:37:57 +02:00
committed by GitHub
parent b82e2cd4e7
commit ff127de610

View File

@@ -132,4 +132,6 @@ int main() {
backtracking::magic_sequence::print(item);
}
}
return 0;
}