0
#include<studio.h>
int main()
{
   Printf("Hello world!");
Return 0;
}

Sandhya Answered question