leo/examples/bubblesort/README.md
2022-09-21 00:07:10 -07:00

20 lines
247 B
Markdown

# bubblesort
## Build Guide
To compile this program, run:
```bash
leo build
```
To run this program, run:
```bash
leo run bubble_sort
```
## Overview
This example shows how to sort an array.
It takes the input data from inputs/bubblesort.in