move to subdir

add ci
This commit is contained in:
2023-03-14 22:26:54 +01:00
parent 262f1d3f73
commit 2b4eb49a8e
5 changed files with 31 additions and 90 deletions

18
presentation/sources.bib Normal file
View File

@@ -0,0 +1,18 @@
@misc{structtutorialspoint,
Title = {struct basics},
howpublished = {\url{https://www.tutorialspoint.com/cprogramming/c_structures.htm}},
note = {Aufgerufen: 2020-04}
}
@misc{structchowto,
Title = {struct basics},
howpublished = {\url{http://www.c-howto.de/tutorial/strukturierte-datentypen/strukturen/}},
note = {Aufgerufen: 2020-04}
}
@misc{pointertutorialspoint,
Title = {Pointer basics},
howpublished = {\url{https://www.tutorialspoint.com/cprogramming/c_pointers.htm}},
note = {Aufgerufen: 2020-04}
}