toharifqi / project-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalculateLineLength

Problem description

There is a client and he is a fan of geometry, Client want to model a line based on points consisting of (x, y) coordinates using the cartesian system. So that Client can calculate its length.

Development environment setup

sudo apt install openjdk-11-jdk
  • JUnit : At least Version 3.0 (For Testing)
  • Repl : (For Testing)
  • Gradle version 7

How to run test

./gradlew test

Build instruction

./gradlew build

Run instruction

./gradlew run

About


Languages

Language:Java 100.0%