From abb1dd87d5dd55f5a9e8bf58181311541ed55c4d Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 24 Aug 2024 17:03:08 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index eaf8d3d..2afed91 100644 --- a/Examples.md +++ b/Examples.md @@ -478,6 +478,7 @@ enum List Cons(u32, Box) Nil + impl List fn new -> List Nil