blob: 3e3c4d435cab6cb2e8e1a08cc0603da7a5b69018 [file] [log] [blame]
// Copyright (c) 2019, 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!");
}