Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 748620b307 |
+2
-1
@@ -2,10 +2,11 @@
|
||||
fn main() {
|
||||
print("Hello, world!");
|
||||
print("Goodbye, world!");
|
||||
// some documentation comment
|
||||
// some (not really) documentation comment
|
||||
}
|
||||
|
||||
// a function that prints the msg
|
||||
fn print(m: &str) {
|
||||
println!("{m}")
|
||||
// hello ?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user