Renamed apps

This commit is contained in:
Sage Burger 2023-08-16 14:38:45 +02:00
parent c13302d9f5
commit 7b9db42e45
4 changed files with 7 additions and 1 deletions

6
src/Grundlagen.java Normal file
View file

@ -0,0 +1,6 @@
public class Grundlagen {
public static void main(String[] args)
{
System.out.println("Test");
}
}