Main.hx 103 B

1234
  1. class Main {
  2. static var command:String = "(?'command'[a-zA-Z]+($|\s+))";
  3. static function main() { }
  4. }