Skip to content

Commit 1e01a64

Browse files
committed
release hw1 (s25)
1 parent 811c868 commit 1e01a64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_data/site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/dark.pdf",
1919
"hw_handout": "/hw/primerlab/primerlab.zip",
2020
"hw_writeup": "/hw/primerlab/doc/primerlab/index.html",
21-
"hw_released": false,
21+
"hw_released": true,
2222
"details_released": true,
2323
"slides_released": true,
2424
"extras": [
@@ -30,10 +30,10 @@
3030
"title": "`rustlings` exercises",
3131
"link": "https://github.com/rust-lang/rustlings",
3232
"sub": [
33-
{ "title": "variables", "link": "" },
34-
{ "title": "functions", "link": "" },
35-
{ "title": "if", "link": "" },
36-
{ "title": "primitive_types", "link": "" }
33+
{ "title": "variables" },
34+
{ "title": "functions" },
35+
{ "title": "if" },
36+
{ "title": "primitive_types" }
3737
]
3838
}
3939
]

0 commit comments

Comments
 (0)