Discord: cringeman(@cringeman1337)
Telegram: @kafelnaya_plitka
E-mail: bonadyk2009@gmail.com
My goal and priorities are yet to be determined,
since i have just graduated from 9th grade, yet the
best case csenario is eventually becoming a frontend
developer (plan B is being a plumber).
Literally first Codewars task:
#include <string>
bool solution(std::string const &STRING, std::string const &END) {
if (END.length() > STRING.length())
{
return false;
}
if (STRING.substr(STRING.length() - END.length(), STRING.length()) == END)
{
return true;
}
return false;
}
Kinda zero :P
I have just graduated from 9th grade
Extensive. I even won several city-scale olympiads