This commit is contained in:
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn message() -> &'static str {
|
||||
"Hello, world! (sccache lib verification)"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world! (cache test v3)");
|
||||
println!("{}", rust_hello_world::message());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user