This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
emi5/README.md

24 lines
949 B
Markdown
Raw Permalink Normal View History

2023-05-09 22:22:56 +02:00
# Solution for the 5th practical task for EMI
This repository includes my solution to the 5th practical task
for the module [*Einführung in die Medieninformatik* (Introduction to media computer science)](https://tu-dresden.de/ing/informatik/ai/mci/studium/lehrveranstaltungen/einfuehrung-in-die-medieninformatik)
in the winter semester 2023/2023 at the [TU Dresden](https://tu-dresden.de/).
## Documentation
Documentation for the Haskell program can be generated with [Haddock](https://haskell.org/haddock/):
```shell
# from inside the genstar directory
haddock --html -o doc/ Main.hs Test.hs
```
## Licence
[GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html).
See [COPYING](./COPYING) and [gpl-3.0.txt](./gpl-3.0.txt) for details.
This does not apply to the file `ueb5_natusch_bruder_kral.svg`,
because it might be considered a derivative work of a template provided for the task
by the Chair of Human-Computer Interaction.