blob: c992134017111aaec45c470a91fde8b878424f6c [file] [log] [blame]
// Copyright 2021 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() {
fuchsia_syslog::init().unwrap();
tracing::info!("Hello, world!");
}