blob: 06bc6b112edae7e731f79f9abebed557a39fb19e [file] [log] [blame]
#include<stdio.h>
int main(int argc, char **argv) {
printf("This is text.\n");
return 0;
}