6 lines
70 B
Rust
6 lines
70 B
Rust
|
fn main () -> Result <(), ()> {
|
||
|
println! ("Embedding");
|
||
|
|
||
|
Ok (())
|
||
|
}
|