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

BIN
bin/Grundlagen.class Normal file

Binary file not shown.

Binary file not shown.

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");
}
}

View file

@ -1,6 +1,6 @@
import java.util.Random; import java.util.Random;
public class App { public class Testcode {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("A code request you have made,"); System.out.println("A code request you have made,");
System.out.println("Fear not, for I am here to aid."); System.out.println("Fear not, for I am here to aid.");