We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8dc6c commit 4784201Copy full SHA for 4784201
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-gh-example"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["MarcoIeni <[email protected]>"]
5
edition = "2018"
6
description = "Example of Rust GitHub template"
src/main.rs
@@ -2,6 +2,7 @@ fn main() {
println!("The answer to the ultimate question is {}", answer());
}
+/// Hello from Magrathea
fn answer() -> u32 {
7
42
8
0 commit comments