ONLINE COMPILERS
LIBRARY
MANUAL PAGES & DOCS
CONTACT
Latest Users' Questions
User Submitted Source Code!
Description:
myc
Language: C/C++
Code:
myc
Language: C/C++
Code:
#include<stdio.h>
#include<iostream.h>
void main()
{
printf("Hello World!");
getch();
}
#include<iostream.h>
void main()
{
printf("Hello World!");
getch();
}
Comments: