#!/usr/bin/env alsh

@main
function main() {
    echo "Hello from ALSh"
}
