Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
build
/
rust
/
tests
/
test_simple_rust_exe
/
main.rs
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!"
);
}