blob: 0a6d5bf57e13533c8474bff3bd72a6775c942df9 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import "hello.dart" as hello;
void main(List<String> args) {
print(hello.getString());
}