Compare commits
2 Commits
f25ed3bd29
...
c95bcd821e
| Author | SHA1 | Date | |
|---|---|---|---|
| c95bcd821e | |||
| 748620b307 |
@@ -2,9 +2,12 @@
|
||||
fn main() {
|
||||
print("Hello, world!");
|
||||
print("Goodbye, world!");
|
||||
print("bye everyone");
|
||||
// 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