blob: 1ee2bac310a43586a8648ae6eab182c5dc65dfcd [file] [log] [blame] [edit]
// 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.
mod protocol;
fn main() {
println!("Hello, world!");
}