blob: 33311332e7e83dc1370ed7a18b1dab5781ffb287 [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("I am myexe.\n");
return 0;
}