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 36c56a0 commit b878dfbCopy full SHA for b878dfb
1 file changed
exercises/practice/alphametics/.meta/example.h
@@ -1,5 +1,4 @@
1
-#ifndef ALPHAMETICS_H
2
-#define ALPHAMETICS_H
+#pragma once
3
4
#include <optional>
5
#include <map>
@@ -9,6 +8,4 @@ namespace alphametics {
9
8
10
std::optional<std::map<char,int>> solve(const std::string& puzzle);
11
12
-} // namespace alphametics
13
-
14
-#endif // ALPHAMETICS_H
+} // namespace alphametics
0 commit comments