Alright this is the first part where we will be writing core execution logic.
So we implemented our messages last time, lets take a look at src/contract.rs
and more specifically that unimplemented execution function.
#[cfg_attr(not(feature = "library"), entry_point)]
pub fn execute(
_deps: DepsMut,