diff --git a/Patterns_Questions/Hollow-Rectangle_pattern.cpp b/Patterns_Questions/Hollow-Rectangle_pattern.cpp new file mode 100644 index 00000000..be306ffd --- /dev/null +++ b/Patterns_Questions/Hollow-Rectangle_pattern.cpp @@ -0,0 +1,19 @@ +#include + +using namespace std; + +int main(){ + int n; + cin>>n; + for (int i = 0; i