/* Program to Print message on screen */

#include<studio.h>
#include<conio.h>
 main()
{
Printf("welcome in Code Master");
getch();
}