From 45f0a32eff76586458d798dc230a35769e45c99d Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 22 Aug 2024 03:33:20 +0000 Subject: [PATCH] Update Examples --- Examples.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 5fd394c..8e4639f 100644 --- a/Examples.md +++ b/Examples.md @@ -184,4 +184,12 @@ fn main() 2.1, 2.2 println! "{:?}" matrix ``` - \ No newline at end of file + + +#### Arrays and slices + +Not really anything new in this subsection; we don't currently expect that Husht will make material changes in array/slice declaration or indexing. + +### Custom Types + +#### Structures