diff --git a/manu.cpp b/manu.cpp new file mode 100644 index 0000000..24c09cd --- /dev/null +++ b/manu.cpp @@ -0,0 +1,9 @@ +#include +#include +void main() +{ clrscr(); + //new program + cout<<"HELLO WORLD!"; + cout<<"\n I'm here!"; + getch(); +}