Skip to content
Snippets Groups Projects
Commit 6280ef98 authored by Putu Gery Wahyu Nugraha's avatar Putu Gery Wahyu Nugraha
Browse files

Update README

parent 5e1b1011
No related merge requests found
......@@ -45,4 +45,6 @@ gradle-app.setting
### Gradle Patch ###
**/build/
# End of https://www.gitignore.io/api/java,gradle
\ No newline at end of file
# End of https://www.gitignore.io/api/java,gradle
.idea
......@@ -5,7 +5,10 @@ Try running these commands:
`./gradlew run`
You will notice that it outputs `Hello World`.
Just as what we specified in `Main.java`.
You will notice that it will open a window that display 'Avatar Duel'.
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 `AvatarDuel.java`.
You can explore more about gradle [here](https://guides.gradle.org/creating-new-gradle-builds/)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment