More reconstruction

This commit is contained in:
Marius Drechsler 2024-07-20 20:09:02 +02:00
parent 0de30b0d76
commit b73f8e6e63
5 changed files with 82 additions and 8 deletions

View file

@ -0,0 +1,16 @@
#import "@preview/lovelace:0.3.0": *
#pseudocode-list(booktabs: true, numbered-title: [My cool algorithm])[
+ do something
+ do something else
+ *while* still something to do
+ do even more
+ *if* not done yet *then*
+ wait a bit
+ resume working
+ *else*
+ go home
+ *end*
+ *end*
]