Given the number of rows and columns, print the corresponding swastika pattern.
Note :
Input : 7 7
Output:
* * * * *
* *
* *
* * * * * * *
* *
* *
* * * * *
Input : 11 11
Output :
* * * * * * *
* *
* *
* *
* *
* * * * * * * * * * *
* *
* *
* *
* *
* * * * * * *