leo/examples/bubblesort/README.md
2022-08-04 04:46:44 +02:00

241 B

bubblesort

Build Guide

To compile this program, run:

leo build

To run this program, run:

leo run main

Overview

This example shows how to sort an array.

It takes the input data from inputs/bubblesort.in