Skip to content

krbtsv/codewars-repo

Repository files navigation

Codewars - Solutions


Follow me and let's fight together! 👊 💥
my rank

Structure

For each solved task, there is unittests files

python-solutions

├── katas
│──├── kyu_4
│──│──├── strip_comments.py
└── tests
    ├── kyu_4_tests
    │   ├── test_strip_comments.py

js-solutions

├── kyu_8
│──├── hello_world
│──│──├── hello_world.js
      ├── hello_world.test.js