Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
24b627929252aa77a567b83aff439f0eb93672c5
/
.
/
sw
/
host
/
rom_ext_image_tools
/
src
/
main.rs
blob: 707205d98925f473d3e999f56e75c148992107bc [
file
] [
log
] [
blame
]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
fn
main
()
{
println
!(
"Hello World!"
);
}