aboutsummaryrefslogtreecommitdiffstats
path: root/13/header.hpp
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-02 11:23:35 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-02 11:23:35 +0000
commit0d4fbd09bd832ed280cdc901e2f47bf713dfa0be (patch)
treef4c450ae46706f07f15e48982699870babff45a2 /13/header.hpp
parentInitial commit (diff)
downloadleetcode-0d4fbd09bd832ed280cdc901e2f47bf713dfa0be.tar.gz
leetcode-0d4fbd09bd832ed280cdc901e2f47bf713dfa0be.zip
added 13
Diffstat (limited to '')
-rw-r--r--13/header.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/13/header.hpp b/13/header.hpp
new file mode 100644
index 0000000..2df2a5a
--- /dev/null
+++ b/13/header.hpp
@@ -0,0 +1,4 @@
+
+#include <iostream>
+#include <string>
+#include <vector>