#include<stdio.h> void main() { printf("HELLO WORD"); }
#include<stdio.h>
void main()
{
printf("HELLO WORD");
}