first update of the bubble sort readme

This commit is contained in:
franfiuba 2022-08-04 04:46:44 +02:00
parent f2367962d6
commit f39e616c63

View File

@ -9,5 +9,11 @@ leo build
To run this program, run:
```bash
leo run
```
leo run main
```
## Overview
This example shows how to sort an array.
It takes the input data from inputs/bubblesort.in