#include "Myfirstcode.h" #include namespace my_project{ Myfirstcode::Myfirstcode() { std::cout<<"DMC Algorythm\n"; } Myfirstcode::Myfirstcode() { std::cout<<"For the ground state\n"; } int Myfirstcode::run() { std::cout<<"of the hydrogen atom\n"; return 0; } }