diff --git a/template.cpp b/template.cpp new file mode 100644 index 0000000..ea34c7b --- /dev/null +++ b/template.cpp @@ -0,0 +1,12 @@ +#include +#include + +class Solution { + public: + +}; + +int main(){ + + return 0; +} \ No newline at end of file