mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
510 B
510 B
Leo Examples
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.
Run Guide
To run each program, run:
leo run main <inputs>
Execute Guide
To execute each program call, run:
leo execute main <inputs>