Initial commit

This commit is contained in:
Nico 2026-05-06 10:52:26 +02:00
commit 313ad640ac
2 changed files with 37 additions and 0 deletions

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Sitzplanalgorithmus
Ein Sitzplanalgorithmus welcher den Schülern über Bildschirme an den Sitzplätzen ihren Sitzplatz anzeigt und auch dafür genutzt werden kann Aufgaben individuell zu verteilen.