Macro load_starknet_contract

Source
macro_rules! load_starknet_contract {
    ( $( $program:tt )+ ) => { ... };
}