vault backup: 2023-10-27 19:03:01
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
```java
|
||||
Link<String> ende = new Link<String>("Letzter", null);
|
||||
Link<String> mittleresElement = new Link<String>("Test", ende);
|
||||
Link<String> anfang= new Link<String>("TErster", mittleresElement);
|
||||
```
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user