README.md aktualisiert

main
Hevin Coskun 2024-12-16 20:40:49 +01:00
parent ce9d337725
commit f6b044c6ab
1 changed files with 3 additions and 5 deletions

View File

@ -11,10 +11,9 @@ Die Übungsaufgaben
| # | Thema | Musterlösung |
| --- | ------------------------- | ------------------------------------------------ |
| 1. | [Datentypen und Verzweigungen][2] | [Click me!](./live/solutions/operatoren.nim) |
| 2. | [Advanced Datatypes][3] | [Click me!](./live/solutions/bedingungen.nim) |
| 3. | [Prozeduren][4] | [Click me!](./live/solutions/klassen.nim) |
| 4. | [OOP in Nim][5] | [Click me!](./live/solutions/recap.nim) |
| 1. | [Advanced Datatypes][3] | [Click me!](./live/solutions/bedingungen.nim) |
| 2. | [Prozeduren][4] | [Click me!](./live/solutions/klassen.nim) |
| 3. | [OOP in Nim][5] | [Click me!](./live/solutions/recap.nim) |
## Links:
@ -23,7 +22,6 @@ Die Übungsaufgaben
[1]: https://www.jdoodle.com/execute-nim-online
[2]: ./live/DatentypenUndVerzweigungen.md
[3]: ./live/AdvancedDatatypes.md
[4]: ./live/Prozeduren.md
[5]: ./live/OOPLive.md