Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hello/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a few different varieties:
fn main() {
// This is an example of a line comment.
// There are two slashes at the beginning of the line.
// And nothing written inside these will be read by the compiler.
// And nothing written after these will be read by the compiler.

// println!("Hello, world!");

Expand Down