#!/usr/bin/env raku

# Disable output buffering
# See https://stackoverflow.com/q/63486337/807650
.out-buffer = 0 for $*OUT, $*ERR;

use App::Lorea;
