diff --git a/LeetcodeTemplate.cpp b/LeetcodeTemplate.cpp index f0e9dde..41a40d1 100644 --- a/LeetcodeTemplate.cpp +++ b/LeetcodeTemplate.cpp @@ -7,7 +7,7 @@ class Solution{ public: //Solution function template... - + }; int main( int argc, char* argv[] ){ @@ -15,5 +15,11 @@ int main( int argc, char* argv[] ){ Solution sol; //solution function call... + + + + //Extract result and print the solution.. + + return 0; } \ No newline at end of file