#include <metala.h>
int
main
(
)
{
printf
(
"Hello World..."
)
;
return
EXIT_SUCCESS
;
}