blob: e03684fc7f76a2360f58dc068fd91c6ef0730ee7 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// 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!");
}