C-study/00/2/2.c

9 lines
102 B
C
Raw Normal View History

2021-09-16 13:20:29 +00:00
/* xtao */
#include<stdio.h>
int main()
{ printf("* * * *\n * * *\n * *\n *");
return 0;
}