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

https://github.com/hyunk3l/daily-coding-problems

Solving coding problems daily using Kotlin
https://github.com/hyunk3l/daily-coding-problems

coding daily kotlin problems

Last synced: about 1 month ago
JSON representation

Solving coding problems daily using Kotlin

Awesome Lists containing this project

README

        

# Daily coding problems
[![Build Status](https://travis-ci.org/Hyunk3l/daily-coding-problems.svg?branch=master)](https://travis-ci.org/Hyunk3l/daily-coding-problems)

My solution to problems sent from [https://www.dailycodingproblem.com/](https://www.dailycodingproblem.com/)

## How to run tests

Just run:
```
./gradlew test
```