An open API service indexing awesome lists of open source software.

https://github.com/grayturtle01/codewars

A repo for codewars completed challenges
https://github.com/grayturtle01/codewars

codewars java javascript python typescript

Last synced: about 2 months ago
JSON representation

A repo for codewars completed challenges

Awesome Lists containing this project

README

          

# CodeWars ⚔️
This is a repo for the Solved CodeWars Problems on JavaScript, Python and Java
```js
console.log("hello JavaScript")
```
```python
print("Hello Python")
```
```java
System.out.println('hello CodeWars');
```

## Progress 💪
- [x] 8Kyu
- [x] 7Kyu
- [x] 6Kyu
- [x] 5Kyu
- [x] 4Kyu
- [x] 3Kyu
- [ ] 2Kyu

## Badges 🦡
![Badge](https://www.codewars.com/users/grayTurtle/badges/large)