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