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