Skip to content

mt2-erlangen/exercises-ss2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MT2 - Exercises Summer term 2022 (exercises-ss2022)

This is the project template for the MT2 exercises for summer semester 2022. You can download or clone the repository to get a skeleton for your homeworks. We will publish the solutions of the homeworks here at a announced time.

You find all instructions for the exercises here: https://mt2-erlangen.github.io/

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

if you need to use Java 1.8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages