Skip to content

Commit 490016b

Browse files
committed
Another seminar lecture.
1 parent b09a1e0 commit 490016b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

input/2025/09.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"build" : "lecture-notes/09.md",
3+
"files" : ["input/2025/09.md"]
4+
}

input/2025/09.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Warm-up
2+
#include "modules/warm-up/dragon.md"
3+
4+
#include "modules/operator-precedence.md"
5+
6+
#include "modules/pointer-addressing.md"
7+
#include "modules/array-of-pointers.md"
8+
#include "modules/pointer-to-pointer.md"
9+
#include "modules/changing-pointers-in-fn.md"
10+
11+
#include "modules/explicit-type-conversion.md"
12+
13+
#include "modules/home-assignments/home-assignment-section.md"
14+
#include "modules/home-assignments/pointers.md"

0 commit comments

Comments
 (0)