Skip to content

Commit

Permalink
Update week1 plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Aug 28, 2024
1 parent 46c5562 commit 2f2417c
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
{
"title": "Introduction",
"agenda": [
{ "title": "Intro", "sub": []},
{ "title": "Why Rust?", "sub": []},
{ "title": "Cargo Basics", "sub": []},
{ "title": "Syntax", "sub": [
{ "title": "Variables and Mutability", "sub": []},
{ "title": "Data Types", "sub": [
{ "title": "Scalar Types", "sub": []},
{ "title": "Compound Types", "sub": []}
]},
{ "title": "Functions, Statements, and Expressions", "sub": []},
{ "title": "Control Flow", "sub": []}
]},
{ "title": "Course Logistics", "sub": []},
{ "title": "Installing Rust", "sub": []}
{ "title": "Variables and Mutability", "sub": []},
{ "title": "Data Types", "sub": []},
{ "title": "Functions, Statements, and Expressions", "sub": []},
{ "title": "Control Flow", "sub": []},
{ "title": "Course Logistics", "sub": []}
],
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week1/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/light.pdf",
Expand Down Expand Up @@ -112,4 +107,4 @@
]
}
]
}
}

0 comments on commit 2f2417c

Please sign in to comment.