Skip to content

Commit 1ecc857

Browse files
committed
week3
1 parent 4c1c5eb commit 1ecc857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/site.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week3/dark.pdf",
101101
"hw_handout": "/hw/pokelab/pokelab.zip",
102102
"hw_writeup": "/hw/pokelab/doc/pokelab/index.html",
103-
"hw_released": false,
104-
"details_released": false,
105-
"slides_released": false,
103+
"hw_released": true,
104+
"details_released": true,
105+
"slides_released": true,
106106
"extras": [
107107
{ "title": "Rust Book Chapter 5", "link": "https://doc.rust-lang.org/book/ch05-00-structs.html", "sub": []},
108108
{ "title": "Rust Book Chapter 6", "link": "https://doc.rust-lang.org/book/ch06-00-enums.html", "sub": []}

0 commit comments

Comments
 (0)