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