c580897aec
Change-Id: Ic946fe771350dcc792df944d4dae13a69b8c6cf1 Reviewed-on: https://dart-review.googlesource.com/36621 Commit-Queue: Peter von der Ahé <ahe@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
8 lines
327 B
Dart
8 lines
327 B
Dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
import 'entry_points.dart' show batchEntryPoint;
|
|
|
|
main(List<String> arguments) => batchEntryPoint(arguments);
|