This repository contains the code used in the Java course of the WS 21/22.
The directory exercises
contains the sample solutions for these exercises.
The directory lessons
contains the code used or create during the lessons.
- On the github page click on the green Code button.
- Click on Download ZIP
- Save the file
- Unzip the file
For this to work you need a git client
- On the github page click on the green Code button.
- Click the copy button. This will copy the link to the repo.
- In your git client clone this repository (for the normal git client:
git clone https://github.com/t-hanf/java-lessons-code.git
) - To update your local copy pull the repository (
git pull
)