Star Pyramid
Star Pyramid
*
* *
* * *
* * * *
* * * * *
#include <iostream
int main() {
// Print spaces
// Print asterisks
return 0;