Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
e22ecc8aad2ac7ae4e59562ef64fce9941e9417a
/
.
/
sw
/
host
/
rom_ext_image_tools
/
src
/
main.rs
blob: 707205d98925f473d3e999f56e75c148992107bc [
file
]
// 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!"
);
}