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