mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
.. | ||
inputs | ||
src | ||
.gitignore | ||
program.json | ||
README.md |
bubblesort
Build Guide
To compile this program, run:
leo build
To run this program, run:
leo run bubble_sort
Overview
This example shows how to sort an array.
It takes the input data from inputs/bubblesort.in