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