We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3c2b2 commit 785a423Copy full SHA for 785a423
src/lib/exercises/src/hackerrank/warmup/staircase.cpp
@@ -31,4 +31,5 @@ void staircase(int n) {
31
std::cout << line << std::endl;
32
}
33
34
+
35
} // namespace hackerrank::warmup
0 commit comments