First Commit

This commit is contained in:
2024-03-15 10:14:00 +01:00
commit a55f32a72c
56 changed files with 1863 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package de.dejan_hopp;
import java.util.Properties;
public class Datenblatt {
public static Properties cpu=new Properties();
public static Properties gpu=new Properties();
public static Properties storage=new Properties();
public static Properties memory=new Properties();
public static Properties os=new Properties();
public static Properties price =new Properties();
public static int storageAnzahl=1;
}