main function

void main()

Implementation

void main() {
  tz.initializeTimeZones();
  runApp(TimeZoneConverterApp());
}