https://github.com/othreecodes/primenumbermultiplicationtable
An Android program that calculates and displays a multiplication table of the first 10 prime numbers.
https://github.com/othreecodes/primenumbermultiplicationtable
Last synced: about 2 months ago
JSON representation
An Android program that calculates and displays a multiplication table of the first 10 prime numbers.
- Host: GitHub
- URL: https://github.com/othreecodes/primenumbermultiplicationtable
- Owner: othreecodes
- Created: 2018-10-13T20:14:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T12:14:00.000Z (over 7 years ago)
- Last Synced: 2025-01-20T12:30:41.451Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependencies
To run this project you need to have:
- JDK 7 or higher
- Android Studio 3.2 or higher (https://developer.android.com/studio/)
- Kotlin Plugin 1.2.50
# Setup the project
Install the dependencies above
```sh
$ git clone git@github.com:othreecodes/PrimenumberMultiplicationTable.git # Clone the project
$ cd PrimenumberMultiplicationTable
$ ./gradlew test #run tests
```
Open Android Studio
Click "Open an existing Android Studio Project"
Build the project and run the tests to see if everything is working fine
# Output
