Files
simple-rust-tests/__enclave/virt_enclave/src/main.rs
2020-11-05 23:31:14 +08:00

6 lines
55 B
Rust

mod sig;
fn main() {
println!("Hello, world!");
}