world function

void world()

Implementation

void world() {
  print("World from my package!");
}