1
2
3
pub fn say_hello() {
    println!("Hello, NuGet!");
}