Update dynamic_programming/house_robber.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-07 08:22:50 +05:30
committed by GitHub
parent 9233771531
commit 74d144e946

View File

@@ -103,6 +103,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // execute the test
test(); // run self-test implementations
return 0;
}