blob: 848ecd9359dd6ac129c1c303d7296a2a9f219713 [file] [log] [blame]
// Copyright 2019 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.
fn main() {
println!("hello world");
}