Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
okbug committed May 19, 2022
1 parent 56b5245 commit f35cc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn-rust/note.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
println!("{}", mod1::TEXT);
}

// mod1.rs 或者mod1文件下下面的mod.rs文件
// mod1.rs 或者mod1文件夹下面的mod.rs文件
pub const TEXT: &str = "Hello, World";
```

Expand Down

0 comments on commit f35cc52

Please sign in to comment.