Update Examples

Glen Whitney 2024-08-22 03:17:48 +00:00
parent df1f7e2f47
commit 1ad02b01ce

@ -6,7 +6,7 @@ This page selects some example programs from "Rust by Example" and shows their i
<th>Rust</th>
<th>Husht</th>
</tr>
<tr style="vertical-align: top;">
<tr>
<td>
```
@ -18,7 +18,7 @@ fn main() {
}
```
</td><td>
</td><td style="vertical-align: top;">
```
// Many comments from the Rust by Example version