mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-07 04:25:34 +08:00
Update backtracking/magic_sequence.cpp
This commit is contained in:
@@ -128,6 +128,10 @@ static void test() {
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
/**
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
test(); // run self-test implementations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user