Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 296 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 296 Bytes

integer-sorting

This repository implements a basic sorting algorithm for a list of u32 integers.

Build Guide

To compile the Leo program, run:

leo build

To test the Leo program, run:

leo test

Development

To output the number of constraints, run:

leo build -d