Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 556 Bytes

MT2 - Project Winter term 2023/24 (exercises-ws2023_24)

This is the project template for the MT2 final project for winter semester 2023/24.

For JAVA newbies we recommend taking free JAVA online courses in advance to be able to start on the same level as the other students, e.g. via www.learnjavaonline.org or www.codecademy.com/learn/learn-java.

Troubleshooting

This project should be compatible with Java 1.8

Change build.gradle to

sourceCompatibility = 1.8
targetCompatibility = 1.8

$k$

if you need to use Java 1.8