-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3cb871
commit 9263ab0
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,30 @@ name: About | |
layout: layouts/page.njk | ||
eleventyNavigation: | ||
key: About | ||
order: 3 | ||
order: 2 | ||
--- | ||
|
||
Intro to Rust Lang (98-008) is intended to provide an approachable introduction to the Rust programming language. We don't expect any previous exposure to the language, but we expect some previous background in C, equivalent to completing the course 15-122. | ||
|
||
There will be weekly homeworks that are intended to take less than an hour each so that you have a chance to practice what we have taught in lecture for that week. | ||
<br> | ||
|
||
Please contact us with any questions or concerns, by Discord or by email. Thank you for your interest in our course! | ||
There will be weekly homeworks that are intended to take around an hour each week so that you have a chance to practice what we have taught in lecture. See the [syllabus](https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf) for more information! | ||
|
||
[<center>View Full Syllabus</center>](/assets/pdf/syllabus-s25.pdf) | ||
<br> | ||
|
||
Please contact us with any questions or concerns, either through Piazza or directly via email. Thank you for your interest in our course! | ||
|
||
## Staff (Spring 2025) | ||
|
||
**Instructors** | ||
|
||
- Connor Tsui ([email protected]) | ||
- Jessica Ruan ([email protected]) | ||
|
||
**TAs** | ||
|
||
- Fiona Fisher ([email protected]) | ||
- Terrance Chen ([email protected]) | ||
|
||
### Previous Iterations: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
eleventyNavigation: | ||
key: Discord | ||
url: https://discord.gg/FPnFFH4GQT | ||
order: 4 | ||
order: 5 | ||
permalink: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
eleventyNavigation: | ||
key: Syllabus | ||
url: https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf | ||
order: 3 | ||
permalink: false | ||
--- |