//! A program demonstrating the transfer of lamports
#![deny(missing_docs)]
#![forbid(unsafe_code)]
mod entrypoint;
pub mod processor;