blob: 65a7e03244bdd69cfc5c132a2b6eb221fe86f826 [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.
library() {
print("Hello, World!");
}
main() => library();