Skip to content

Commit 4b18f8a

Browse files
fix incorrect answer to max{i32}
1 parent 7080090 commit 4b18f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lesson1.typ

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
#slide(title: "Quiz 1: Typen", theme-variant: "action")[
141141
#let rr = raw.with(lang: "rust")
142142
Maximaler Wert von #rr("i32")? \
143-
#uncover("2-")[theref #rr("4_294_967_295")]
143+
#uncover("2-")[theref #rr("2_147_483_647")]
144144
\ \
145145

146146
Kompiliert das?

0 commit comments

Comments
 (0)