Create a greeting and return it as a vector. This function will receive
a to argument, and return a Vec made up of "Hello" and the supplied
to value.
to - The name to be greeted in the returned vector.fn hello(
env: soroban_sdk::Env,
to: soroban_sdk::Symbol,
) -> soroban_sdk::Vec