vault backup: 2026-04-16 12:25:30

This commit is contained in:
Jan Meyer
2026-04-16 12:25:30 +02:00
parent 944dc67916
commit 0c57ededaa
17 changed files with 968 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
---
created: 2026-04-16 11:48
course: "[[29605397 - OOP]]"
course: "[[29605580 - SoSe 2026]]"
tags:
- university
topic:

View File

@@ -1,5 +1,5 @@
---
created: 2026-04-16 08:01
created: 2026-04-16 12:21
course: "[[29605397 - OOP]]"
topic: classes
related:
@@ -158,4 +158,5 @@ class Pokemon {
public:
Pokemon(const Pokemon& other): exp(other.exp), level(other.level) {}
}
```
```