mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-10 18:22:19 +03:00
.. | ||
auction | ||
basic_bank | ||
battleship | ||
bubblesort | ||
core | ||
fibonacci | ||
groups | ||
hackers-delight | ||
helloworld | ||
interest | ||
lottery | ||
message | ||
simple_token | ||
tictactoe | ||
token | ||
twoadicity | ||
vote | ||
README.md |
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>