// demo package — minimal `hello()` greeting. func hello() { print("hello from demo@1.0.0"); }