#include<iostream> #include<conio.h> using namespace std; void fun(){ cout<<"hello .. :O !!"; } int main(){ cout<<fun(); return 0; }
Note: (Restricted functionality due to obvious reasons!)
For Mobile-Ease ⇓
Enable
#include<iostream> #include<conio.h> using namespace std; void fun(){ cout<<"hello .. :O !!"; } int main(){ cout<<fun(); return 0; }
Minimal Code ( Raw-View ) :
#include<iostream> #include<conio.h> using namespace std; void fun(){ cout<<"hello .. :O !!"; } int main(){ cout<<fun(); return 0; }