Simple CRUD (Create, Read, Update, Delete) program written in native Rust. This program manage a PDA where users can create, update, and delete.
Program Overview
The program can :
Create a message account with associated text
Update existing messag...