blob: 9f4740e3a3642aa78a63d72f667f1d8407e5fa0c [file]
#include <stdio.h>
extern void printey();
int main() {
printey();
return 0;
}