#include <stdio.h>

#define wtf

int main(void) {
	wtf;
	puts("Hello, world!");
	wtf;

	return 0;
}
