rsschool-cv

Margarita Kozlova

Сontact details

Briefly about me:

My goal is to help people find ways to improve their quality of life. My priorities include

I have patience, persistence and the desire to get to the root of any problem. I love to study, discover and try new things.

Skills

Примеры кода

Codewars: Convert boolean values to strings ‘Yes’ or ‘No’ task

const char *bool_to_word (bool value)
{
  if (value)
    return "Yes";
  else return "No";
}

Courses

Education

Languages