C Workshop
Diamond.h
Go to the documentation of this file.
1 #pragma once
2 
17 int PrintDiamond(int diamondSize);
int PrintDiamond(int diamondSize)
Creates a diamond shape made of asterisk characters using a parameter for the number of asterisks in ...
Definition: Diamond.c:5