blob: 5e9ab22572383eb04a0c2e4b2e05a352858fc7c7 [file] [log] [blame]
// Copyright 2013 The Flutter 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:topaz.runtime.dart_runner.examples.greeting/greeting.dart';
void main(List<String> args) {
print('${greeting()}, Dart!');
}