Skip to content

Commit bd2f8fc

Browse files
committed
Add lesson ending sentence
1 parent 358efc1 commit bd2f8fc

File tree

1 file changed

+3
-1
lines changed
  • sections/01_rust_projects/040_smiley_face

1 file changed

+3
-1
lines changed

sections/01_rust_projects/040_smiley_face/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ Second, you're going to need to have a list of strings for each row, and slowly
4141
Here are some hints to help you along:
4242
* Replace a character in a string: ||string.replace_range(x..=x, "*")||
4343
* Random number between -1 and 1: ||rng.random_range(-1..=1)||
44-
* Adding with type casting: ||y = (y as i64 + val) as usize||
44+
* Adding with type casting: ||y = (y as i64 + val) as usize||
45+
46+
Happy coding!

0 commit comments

Comments
 (0)