Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
981c36b04b9fb63cb6a1d265598697f39edff5b2
/
.
/
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!"
);
}