Skip to content

Commit c8f09f1

Browse files
committed
Clear comments
1 parent 9f763ff commit c8f09f1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

homework/password-check/validation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22
#include <string>
33
#include "validation.hpp"
4-
// TODO: Put implementations here
54

65
std::string getErrorMessage(ErrorCode errorCode) {
76
std::string errorMessage{};

homework/password-check/validation.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO: I'm empty :) Put enum and function headers here.
2-
// Don't forget the header guard - #pragma once
3-
41
#pragma once
52
#include <string>
63

0 commit comments

Comments
 (0)