Skip to content

ASN011/simple-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

How to Run the project.

  • Intellij IDEA
    1. Open org/example/Main.java file.
    2. Click on "Play" button next to main function.
  • Command Prompt/Terminal
    1. Open terminal in the root folder.
    2. Type
      • (Windows)gradlew -q --console plain run
      • (Others) ./gradlew -q --console plain run

About

This is a sample project for FOSS workshop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%