// Ex 1-1

#include <stdio.h>

int main(void)
{
	printf("\Hello Universes!\n");
	
	return 0;
}

