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