recursive search added

This commit is contained in:
Christoph K.
2026-03-04 13:51:16 +01:00
parent 076ab0d0c0
commit 7266ffc562
2 changed files with 56 additions and 269 deletions

4
PRD.md
View File

@@ -2,6 +2,6 @@
Ein Starter Projekt in go
## Tasks
- [ ] Erstelle eine Datei hello.go mit einem Hello World Programm
- [x] Erstelle eine Datei hello.go die 2 zahlen aus der Kommandozeile einliest und die Summe ausgibt
- [ ] Erstelle unit tests für hello.go
- [ ] Erstelle eine Datei README.md mit einer kurzen Projektbeschreibung
- [ ] Projektstruktur anlegen