This commit is contained in:
Luc Marvin Fechtel 2022-12-09 14:07:40 +01:00
parent 7a6406b074
commit d518d633fd

View File

@ -1,5 +1,5 @@
public class test { public class test {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("");
} }
} }