Closed juangallostra closed 6 years ago
Instead of being redirected to the implementation, clicking over lucky_number.cpp results in a 404 error being raised.
lucky_number.cpp
Also, the implementation is in a file named lucky_numbers.cpp and not lucky_number.cpp
lucky_numbers.cpp
Description of the issue/feature this PR addresses
Instead of being redirected to the implementation, clicking over
lucky_number.cpp
results in a 404 error being raised.Also, the implementation is in a file named
lucky_numbers.cpp
and notlucky_number.cpp
Current behavior before PR
Desired behavior after PR is merged
lucky_numbers.cpp
properly redirects to the implementation.