blob: 1cc501d49771fc04b23d8660e6dc8d33b74e2356 [file] [log] [blame]
// Copyright (c) 2013, 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 "dart:io";
void main() {
new Options().arguments.forEach(print);
}