Note: (Restricted functionality due to obvious reasons!)

For Mobile-Ease ⇓

Minimal Code ( Raw-View ) :
#include<iostream> #include<conio.h> using namespace std; void fun(){ cout<<"hello .. :O !!"; } int main(){ cout<<fun(); return 0; }