Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
/ Number-Converter Public archive

This application lets you convert numbers in several number systems.

License

Notifications You must be signed in to change notification settings

Scriptim/Number-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Converter

This application lets you convert numbers in several number systems.

Screenshot (Linux)

Compilation

  • Unpack Number-Converter.zip
  • Navigate to 'Number-Converter'
  • Run javac -g src/Main.java to compile the source code
  • Run jar cfe Number\ Converter.jar src/Main src/*.class if you want to build an executable jar file

Download

Alternatively, you can download the current build on the release page.