From a34f97b643a5953ae6c9db6196d01d927c09761c Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Wed, 9 Jul 2025 16:45:36 +0200 Subject: [PATCH] Granny Weatherwax quote --- 5_class_loader/main.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/5_class_loader/main.typ b/5_class_loader/main.typ index fc656d5..92d2d54 100644 --- a/5_class_loader/main.typ +++ b/5_class_loader/main.typ @@ -2,6 +2,8 @@ = Class loaders in the middle: confusing Android static analyzers +#epigraph("Esmerelda Weatherwax, Wyrd Sisters, Terry Pratchett")[Things that try to look like things often do look more like things than things.] + #include("0_intro.typ") #include("1_related_work.typ") #include("2_classloading.typ")