Write a C Progamme to Print " Hellow World" with out using ";"


#include<stdio.h>
void main(){

}