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 9f763ff commit c8f09f1Copy full SHA for c8f09f1
homework/password-check/validation.cpp
@@ -1,7 +1,6 @@
1
#pragma once
2
#include <string>
3
#include "validation.hpp"
4
-// TODO: Put implementations here
5
6
std::string getErrorMessage(ErrorCode errorCode) {
7
std::string errorMessage{};
homework/password-check/validation.hpp
@@ -1,6 +1,3 @@
-// TODO: I'm empty :) Put enum and function headers here.
-// Don't forget the header guard - #pragma once
-
0 commit comments