Skip to content

davorpa/codewars-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CODEWARS katas

This project holds exercisms in Codewars platform (aka katas) 🧑‍💻🥷🏼🐱‍👤.

Always improving, in continous learning 😄👍.

We are hackers 🧑‍🎓🧑‍💻🧞, we are bossers 🕴️, we are remoters 🌐⛓️.

My Codewars profile

Requirements

🚧

Initialization

Execute in terminal next commands:

# Creat directory and go into
mkdir codewars-katas
cd codewars-katas

# Init repository with branch named main
git init -b main

# Add some content
echo "# My CODEWARS katas" >> README.md
echo "" >> .gitignore

## Commit to repository
git add --all
git commit -m "🎉 Initial commit. CODEWARS katas"

How to contribute

For information ℹ️ on adding any content, please see first the CONTRIBUTING file.

License

The content of this project itself and the underlying source code used to format and display that content is licensed under the The GNU Affero General Public License Version 3.

About

My CODEWARS katas

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published