From e7637940742bc864ff270af2e0e91ec7714dde18 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 21 Aug 2024 15:56:15 +0000 Subject: [PATCH] Add Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Examples.md diff --git a/Examples.md b/Examples.md new file mode 100644 index 0000000..8dce925 --- /dev/null +++ b/Examples.md @@ -0,0 +1 @@ +This page selects some example programs from "Rust by Example" and shows their intended Husht equivalents. (Of course, the details of the syntax on the Husht side may vary.)