blob: 3bbf08ed59a6b024c7c2658e682e99c6e3f803df [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("This is text.\n");
return 0;
}