#include "stdio" void main (void) { printf("Hello!"); return 0; }