Small commit while writing tests

This commit is contained in:
2025-12-03 20:33:11 +01:00
parent 0db43fe51a
commit 7201f66214
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package hhn.temp.project;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
AssignmentManager manager = new AssignmentManager();
}
}