mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2026-03-22 00:26:32 +00:00
feat(examples): add code snippets
This commit is contained in:
18
code.typ
Normal file
18
code.typ
Normal file
@@ -0,0 +1,18 @@
|
||||
#import "utils.typ": *
|
||||
|
||||
"hexlab" bibliotēkas datu struktūras un svarīgās funkcijas.
|
||||
|
||||
|
||||
#context {
|
||||
set par.line(numbering: "1")
|
||||
codeblock("./assets/code/hexlab/structs.rs", "rust")
|
||||
codeblock("./assets/code/hexlab/generation.rs", "rust")
|
||||
}
|
||||
|
||||
Spēles datu struktūras un svarīgās funkcijas.
|
||||
|
||||
#context {
|
||||
set par.line(numbering: "1")
|
||||
codeblock("./assets/code/maze-ascension/components.rs", "rust")
|
||||
codeblock("./assets/code/maze-ascension/maze_generation.rs", "rust")
|
||||
}
|
||||
Reference in New Issue
Block a user