9 lines
102 B
C
9 lines
102 B
C
/* xtao */
|
|
#include<stdio.h>
|
|
int main()
|
|
{ printf("* * * *\n * * *\n * *\n *");
|
|
return 0;
|
|
}
|
|
|
|
|