fix: ba_inf_2009 was missing rechnerarchitektur

This commit is contained in:
Frieder Hannenheim 2025-03-17 17:26:33 +01:00
parent 72c70b74f9
commit c100e3dba2
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,10 @@
# Notenrechner
The Notenrechner is a Program that rechnes Noten
## Building
Run this command:
```
just build
```
The built website will be in `dist/`

View file

@ -56,6 +56,10 @@ short = "is"
lp = 5
name = "Intelligente Systeme"
[[ba_inf_2009.module]]
short = "ra"
lp = 10
name = "Rechnerarchitektur"
[[ba_inf_2009.module]]
short = "emi"
lp = 5
name = "Einführung in die Medieninformatik"