Added an example created by the current chatgpt.

This commit is contained in:
2023-11-18 02:49:30 +01:00
parent c445f6fd29
commit f9e79cac68
23 changed files with 179 additions and 0 deletions

18
literatur.bib Normal file
View File

@ -0,0 +1,18 @@
@book{knuth,
author = {Knuth, Donald E.},
title = {The Art of Computer Programming},
subtitle = {Fundamental Algorithms},
volume = {1},
publisher = {Addison-Wesley},
location = {Reading, Massachusetts},
edition = {3},
year = {1997}
}
@online{scheme,
author = {Shinn, Alex and Cowan, John and Gleckler, Arthur A.},
title = {Scheme Reports Process},
year = {2013},
urldate = {2020-07-13},
url = {http://www.scheme-reports.org/}
}