This repository will store the code we use during the lectures and the exercises sessions of this course.
If you want to contribute to this repo with your own solutions to the exercises of each session, create a new package with your name/username within the package sessionX.excercises.contributions
. E.g., Matthias's contributions for Session 0 are placed in the following package:
session0.excercises.contributions.matthias
First be sure you have installed the following software:
- JDK 16 (https://www.oracle.com/java/technologies/javase-jdk16-downloads.html)
- IntelliJ Ultimate Edition. You can get it using your AAU email (https://www.jetbrains.com/idea/download/).
- Git Client (https://git-scm.com/downloads)
This video shows how to set up IntelliJ's project with the code of this repo.
Video: How to Set Up IntellJ's project
If you follow these steps and you experience problems, send me an email!!.
Through this course, we will update this repo with new code for the new sessions or with some contributions from the own students. The following video shows how to update you local version of the code with the new code uploaded to this github repo:
Video: How to update our local code
If you follow these steps and you experience problems, send me an email!!.