aboutsummaryrefslogtreecommitdiff
path: root/challenge-102/paulo-custodio/cpp/ch-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-102/paulo-custodio/cpp/ch-2.cpp')
-rw-r--r--challenge-102/paulo-custodio/cpp/ch-2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-102/paulo-custodio/cpp/ch-2.cpp b/challenge-102/paulo-custodio/cpp/ch-2.cpp
index 24fbf2fb06..4832b1d64c 100644
--- a/challenge-102/paulo-custodio/cpp/ch-2.cpp
+++ b/challenge-102/paulo-custodio/cpp/ch-2.cpp
@@ -49,6 +49,6 @@ int main(int argc, char* argv[]) {
std::cerr << "Usage: ch-1 N" << std::endl;
return EXIT_FAILURE;
}
- else
+ else
std::cout << hash_count(atoi(argv[1])) << std::endl;
}