blob: 820ca28627fdf55d2a6e61340121a5c09713ff64 [file] [log] [blame]
// 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.
main(List<String> args) {
print('Hello, world!');
}