Skip to content

Latest commit

 

History

History

gradeshistogram

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

1st Assignment

Description

1st Assingment includes a program that takes a .txt file with grades and makes a chart.

Getting Started

Prerequisites

Java version 1.8 Apache Maven 3.6

Build

  1. Clone or Download the project in your local machine.
  2. Open your terminal.
  3. Go to folder /seip2019 cd ..../folder1/folder2/seip2019
  4. Write mvn install
  5. Go to folder /target cd gradeshistogram\target
  6. To run the program write: java -jar gradeshistogram-0.0.1-SNAPSHOT-jar-with-dependencies.jar [filepath]

Built with