APL/APL1.1/CMB1/rapace.c

11 lines
156 B
C
Raw Normal View History

2021-10-26 14:42:06 +02:00
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char * argv[]) {
puts(" {o,o}");
puts(" (__(\\");
puts(" -\"-\"-");
return EXIT_SUCCESS;
}