# TinyAlgo Express

project to port basic swapping functions to javascript.

## Run the example
comment out any import statements in `swap.js` then:

```bash
npm install
npm run start
```