outputVersion function

void outputVersion()

Implementation

void outputVersion() {
  stdout.writeln('$packageName $packageVersion');
  exit(0);
}