Lernen am Sonntag

This commit is contained in:
2019-11-17 19:18:16 +01:00
parent ffaf3279b8
commit db2d710788
4 changed files with 81 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ class InterfaceImplementer extends AbstractClass implements SuperInterface1, Sup
methode(1, 2, 3);
int [] ints = {1,2,3};
methode(ints);
System.out.println(new StringBuilder("Hallo").toString());
}
@Test