Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 362 Bytes

Kotlin Fractions

Simple Kotlin library for fractions, which I created while learning Kotlin.

Installation

  1. Clone the repository.
user@user:~$ git clone https://github.com/IndexZeroZzz/fraction_kt/
  1. Go to the repository's folder.
user@user:~$ cd ./fraction_kt
  1. Install the library.
user@user:~$ ./gradlew publishToMavenLocal