Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.09 KB

InfinityCalc

Introduction

A simple calculator with no limitation in digits size.

This is one of my first projects. I realised it to learn the basics of Java.

Application Screens

Installation

Clone and change directory:

git clone https://github.com/tassoneroberto/infinity-calc.git
cd infinity-calc

(OPTION 1) Compile and run:

javac -cp . infinitycalc/Gui.java
java infinitycalc/Gui

(OPTION 2) Make JAR file and run:

jar cfe InfinityCalc.jar infinitycalc/Gui .
java -jar InfinityCalc.jar

Authors

Co-authored with: Antonio Rachele