Skip to content

mastree/if2212-monster-saku-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IF2212 Project Template

Here is an example of project using gradle as the build tools. Try running these commands:

On linux:

./gradlew run

On windows:

gradlew.bat run

Notice that it will run the Main.java inside the com.monstersaku package. In the command line you can see the data that is being read by CSVReader.java.

What happen is when you use ./gradlew run, it will start the main function in your app. For this app, the main function lives in Main.java.

You can explore more about gradle here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages