Home  • University • Campus
#include<stdio.h> #include<conio.h> int main(){ printf("Hello world"); getch(); }

Comments 0