logistic_guy
Senior Member
- Joined
- Apr 17, 2024
- Messages
- 1,530
show us your effort/s to solve this problem.
I'm working on this simple program. Soon, I will show my work.show us your effort/s to solve this problem.
Not an awful lot of "work" necessary...I'm working on this simple program. Soon, I will show my work.
#include <stdio.h>
int main() {
printf("********* *** * *\n");
printf("* * * * *** * *\n");
printf("* * * * ***** * *\n");
printf("* * * * * * *\n");
printf("* * * * * * *\n");
printf("* * * * * * *\n");
printf("* * * * * * *\n");
printf("* * * * * * *\n");
printf("********* *** * *\n");
return 0;
}