blob: 45641fade8401d23d6432d4d069246eb3e59e4af [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 'package:fidl_bazel_examples_simple/fidl_async.dart';
void main(List<String> args) {
final Hello hello = const Hello(world: 314);
print('Hello: $hello');
}