Macro main

Source
macro_rules! main {
    ( year $year: expr; $( $tail: tt )* ) => { ... };
}