gysel / list-intersection

A little educational project to study Kotlin and TornadoFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

A little educational program to compare different list intersection implementations.

App Screenshot

Stack

The exact library versions are all listed in build.gradle.

Build

./gradlew clean build

Currently no executable jar is created. I recommend to run the main function from Gradle or an IDE.

./gradlew run

Run Tests

./gradlew clean test

A JUnit test report is created: build/reports/tests/test/index.html.

Ideas

Possible enhancements:

License

"THE BEER-WARE LICENSE" (Revision 42)

mail@mgysel.ch wrote this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return - Michael Gysel.

About

A little educational project to study Kotlin and TornadoFX


Languages

Language:Kotlin 100.0%