https://github.com/u-mulder/hs_proj_search_engine
Hyperskill search engine project
https://github.com/u-mulder/hs_proj_search_engine
hyperskill kotlin search-engine
Last synced: 3 months ago
JSON representation
Hyperskill search engine project
- Host: GitHub
- URL: https://github.com/u-mulder/hs_proj_search_engine
- Owner: u-mulder
- Created: 2020-05-19T21:05:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T15:42:29.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T13:17:10.161Z (over 1 year ago)
- Topics: hyperskill, kotlin, search-engine
- Language: Kotlin
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search engine
[Hyperskill.org](https://hyperskill.org) search engine project with Kotlin.
All steps included.
Build app:
kotlinc app.kt -d app.jar -include-runtime
Run:
java -jar app.jar
// with data_sample file:
java -jar app.jar --data data_sample.txt