Reorder chapters + put abstract into frontmatter

This commit is contained in:
2026-09-13 22:02:16 +02:00
parent 2d2cd43dc5
commit 925542d227
23 changed files with 86 additions and 36 deletions
@@ -0,0 +1,8 @@
fail_start_trace();
int sum = 0;
for (int i = 0; i < 100; ++i) {
++sum;
}
fail_stop_trace();