aboutsummaryrefslogtreecommitdiffstats
path: root/3/header.hpp
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-08 17:02:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-08 17:02:01 +0000
commit387a5c7b7de6fff63b3a094b02298bcd4b4271ed (patch)
treed4fbc67a3384848d3155ab16e20dc56af364e0b9 /3/header.hpp
parentupdate (diff)
downloadleetcode-387a5c7b7de6fff63b3a094b02298bcd4b4271ed.tar.gz
leetcode-387a5c7b7de6fff63b3a094b02298bcd4b4271ed.zip
update
Diffstat (limited to '')
-rw-r--r--3/header.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/3/header.hpp b/3/header.hpp
new file mode 100644
index 0000000..2df2a5a
--- /dev/null
+++ b/3/header.hpp
@@ -0,0 +1,4 @@
+
+#include <iostream>
+#include <string>
+#include <vector>