# 🏳️‍🌈

A module that prints out the progress flag to the terminal.

## Usage

```shellsession
deno run jsr:@luca/flag@1
```

You can also import the module and use it in your code:

```typescript
import { printProgress } from "jsr:@luca/flag@1";

printProgress();
```
