#include  <stdio.h>
int main() {
printf("Halo Dunia!\n");
return 0;
}
 