Write a program to print a diamond shape star pattern for a given number "N".
Note: N is always odd and there is no space between two stars.
Pattern for N = 5

Input format :
Output format :
Sample Input:
Sample Output:
Tags:
Solutions

Total no. of rows "N"
A pattern in N lines5
