C first code

 #include<stdio.h>                       

int main()

{

printf("new journey");

}

Comments