1
0
Fork 0
WIZARD_PR2_DOP22/UI/SpielCLI.java

14 lines
297 B
Java
Raw Normal View History

2023-10-05 23:32:29 +02:00
/*
============================================================
This is the "SpielCLI" file from Author: Philipp Kotte
written on: 05 / 10 / 2023 at: 23:25
============================================================
*/
package UI;
2023-10-10 15:42:39 +02:00
public class SpielCLI {
int x = 12;
2023-10-10 16:11:55 +02:00
//Kommentar
2023-10-05 23:32:29 +02:00
}