hello

Macro hello 

Source
macro_rules! hello {
    () => { ... };
}