This directory includes the following Leo code including:
- Hello World -> Basic Sum of two u32
- Groups -> Basic operations over groups
- Core -> Core functions over a field type
- Bubblesort -> Sorting algorithms over a tuple
- Message -> Initialization of a struct
- Token -> Record example
along with many more.
To run each program, run:
leo run main <inputs>
To execute each program call, run:
leo execute main <inputs>