small improvements

This commit is contained in:
Sebastian Brosch 2024-05-13 16:05:20 +02:00
parent 01bb3e9def
commit a0a812406d
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
class Aufgabe {
public static void main(String[] args) {
// Code
}
}

View File

@ -2,6 +2,8 @@ package VL06.Aufgabe01;
/** /**
* Vorlesung 6 / Aufgabe 1 * Vorlesung 6 / Aufgabe 1
*
* @author Sebastian Brosch
*/ */
public class Aufgabe01 { public class Aufgabe01 {
public static void main(String[] args) { public static void main(String[] args) {