forked from 2211945/WIZARD_PR2_DOP
14 lines
297 B
Java
14 lines
297 B
Java
/*
|
|
============================================================
|
|
This is the "SpielCLI" file from Author: Philipp Kotte
|
|
written on: 05 / 10 / 2023 at: 23:25
|
|
============================================================
|
|
*/
|
|
|
|
package UI;
|
|
|
|
public class SpielCLI {
|
|
int x = 12;
|
|
|
|
//Kommentar
|
|
} |