blob: 8e3c8a85916a5ce9d46078cba9908ca2cbbb3889 [file] [log] [blame]
// Copyright 2016 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.
/// Returns a greeting.
String greeting() {
return 'Hello';
}