#include <iostream>
using namespace std;
void myfunction(){
cout<<"Hello it is a basic function using c++. #RNA"<<endl;
};
int main(){
myfunction();
return 0;
}
using namespace std;
void myfunction(){
cout<<"Hello it is a basic function using c++. #RNA"<<endl;
};
int main(){
myfunction();
return 0;
}