leo/examples/bubblesort/README.md

20 lines
241 B
Markdown
Raw Normal View History

# bubblesort
## Build Guide
To compile this program, run:
```bash
leo build
```
To run this program, run:
```bash
2022-08-04 05:46:44 +03:00
leo run main
```
## Overview
This example shows how to sort an array.
It takes the input data from inputs/bubblesort.in