class {
  use CommandInfo;
  static method main : void () {
    say CommandInfo->PROGRAM_NAME;
  }
}