Sojol Rana
|
Passionate about building high-quality software solutions and contributing to open-source projects. Skilled in various web technologies and always eager to learn.
#include <iostream>
#using namespace std;
void greet(string name){
cout << "Hello, " << name << "!" << endl;
}
int main() {
greet("Sojol");
return 0;
}Recent Projects
Could not load recent projects at this time.