mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
20 lines
241 B
Markdown
20 lines
241 B
Markdown
# bubblesort
|
|
|
|
## Build Guide
|
|
|
|
To compile this program, run:
|
|
```bash
|
|
leo build
|
|
```
|
|
|
|
To run this program, run:
|
|
```bash
|
|
leo run main
|
|
```
|
|
|
|
## Overview
|
|
|
|
This example shows how to sort an array.
|
|
|
|
It takes the input data from inputs/bubblesort.in
|