We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811c868 commit 1e01a64Copy full SHA for 1e01a64
_data/site.json
@@ -18,7 +18,7 @@
18
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/dark.pdf",
19
"hw_handout": "/hw/primerlab/primerlab.zip",
20
"hw_writeup": "/hw/primerlab/doc/primerlab/index.html",
21
- "hw_released": false,
+ "hw_released": true,
22
"details_released": true,
23
"slides_released": true,
24
"extras": [
@@ -30,10 +30,10 @@
30
"title": "`rustlings` exercises",
31
"link": "https://github.com/rust-lang/rustlings",
32
"sub": [
33
- { "title": "variables", "link": "" },
34
- { "title": "functions", "link": "" },
35
- { "title": "if", "link": "" },
36
- { "title": "primitive_types", "link": "" }
+ { "title": "variables" },
+ { "title": "functions" },
+ { "title": "if" },
+ { "title": "primitive_types" }
37
]
38
}
39
0 commit comments