vault backup: 2023-10-27 19:03:01

This commit is contained in:
2023-10-27 19:03:01 +02:00
parent dcc7ce922f
commit f3c5c79da8
331 changed files with 23583 additions and 102 deletions

View File

@@ -0,0 +1 @@
![Alt text](https://cdn.discordapp.com/attachments/1017491520145854565/1090179777534623855/image.png)

View File

@@ -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.

Some files were not shown because too many files have changed in this diff Show More