Skip to content

Commit 62c0eb8

Browse files
committed
Update 2024-01-25-lesson0.md
1 parent bcec926 commit 62c0eb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_posts/2024-01-25-lesson0.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: "Lesson 0: Hello World in Rust"
3+
title: "Lesson 0: A copy program "
44
date: 2024-01-25
55
categories: rust
66
permalink: /lesson0/
@@ -125,3 +125,8 @@ fn main() { // (6) Program entry point. Compiler generates machine
125125

126126

127127
```
128+
129+
130+
### Exercise
131+
132+
Let us do byte bby byte copy, exactly one byte. Read exactly one, write exactly one. No more and no less.

0 commit comments

Comments
 (0)