mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 22:48:45 +00:00
apply comments
This commit is contained in:
12
src/assignments/assignment01/mod.rs
Normal file
12
src/assignments/assignment01/mod.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
//! Assignment 1: Preparing Rust Development Environment.
|
||||
//!
|
||||
//! The primary goal of this assignment is bringing up SSH, VSCode, and all the other necessary tools to develop Rust programs.
|
||||
//! Please make sure you're comfortable with developing Rust programs before moving on to the next assignments.
|
||||
//!
|
||||
//! You should fill out `add()` and `sub()` function bodies in such a way that `/scripts/grade-01.sh` works fine.
|
||||
//! See `small_problems_grade.rs` and `/scripts/grade-01.sh` for the test script.
|
||||
//!
|
||||
//! Hint: <https://doc.rust-lang.org/std/primitive.usize.html>
|
||||
|
||||
pub mod small_problems;
|
||||
mod small_problems_grade;
|
||||
Reference in New Issue
Block a user