#!/usr/bin/env bash
set -euo pipefail

printf 'hello world\n'
