hello function

void hello()

Implementation

void hello() {
  print("Hello from my package!");
}