added an archiv for finished programms

This commit is contained in:
Sage Burger 2023-08-23 13:51:11 +02:00
parent b59fe4b9a1
commit 0b7a558f4e
7 changed files with 3 additions and 0 deletions

BIN
bin/Archiv/Yoda.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,3 +1,5 @@
package Archiv;
import javax.swing.JOptionPane;
public class Gaptext {

View file

@ -6,6 +6,7 @@ public class Testcode {
System.out.println(sum);
byte x = 127;
System.out.println(x);
}
}