#!/bin/hamsh
# Placeholder — the real hello.elf will be an Adder binary once hpm
# can stage Adder builds. For now this is a hamsh script that just
# prints, so we can prove the install + execute flow.
echo 'hello from hamnix-hello 1.0'
