# Leo message struct A basic example showing how to declare a struct in the Leo language. ## Build Guide To compile this program, run: ```bash leo build ``` To run this program, run: ```bash leo run ```