ff41877e04
Change-Id: I24d1e10bff363f021e201afbb996299f2c6a860d Reviewed-on: https://dart-review.googlesource.com/13160 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
6 lines
249 B
Dart
6 lines
249 B
Dart
// Copyright (c) 2017, 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.
|
|
|
|
main() => print('hello world');
|