diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-08 19:15:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-08 19:15:12 +0000 |
commit | d95405d6161e17c37e132c38f2929e9d24ae59c9 (patch) | |
tree | 1f21f4ecd369d32288ca7f459cbcdcdba5fc7233 /70/header.hpp | |
parent | update (diff) | |
download | leetcode-d95405d6161e17c37e132c38f2929e9d24ae59c9.tar.gz leetcode-d95405d6161e17c37e132c38f2929e9d24ae59c9.zip |
update
Diffstat (limited to '')
-rw-r--r-- | 70/header.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/70/header.hpp b/70/header.hpp new file mode 100644 index 0000000..2df2a5a --- /dev/null +++ b/70/header.hpp @@ -0,0 +1,4 @@ + +#include <iostream> +#include <string> +#include <vector> |