renamed Main to EinkommenInfo

This commit is contained in:
Malte Schulze Hobeling 2022-12-06 14:01:59 +01:00
parent a2bd838467
commit 268f4eee43

View File

@ -1,4 +1,4 @@
public class Main {
public class EinkommenInfo {
public static void main(String[] args) {
System.out.println("Hello world!");
}