Sign in
chromium
/
chromium
/
src
/
a2fa993e901b58e36748540c21f3bad51187f87d
/
.
/
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!"
);
}