1
2
3
4

        pub fn message() -> &'static str {
            "Hello, World!"
        }