mirror of
https://github.com/Zenithsiz/ist-ddrs-lab3.git
synced 2026-02-03 22:23:56 +00:00
7 lines
184 B
Typst
7 lines
184 B
Typst
#import "/typst/util.typ" as util: indent_par, code_figure
|
|
|
|
#code_figure(
|
|
text(size: 0.8em, raw(read("/code/3.R"), lang: "R", block: true)),
|
|
caption: "Code used for exercise 3",
|
|
)
|