Skip to content

A little educational project to study Kotlin and TornadoFX

Notifications You must be signed in to change notification settings

gysel/list-intersection

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages