lunar_wave/examples/embedding.rs

6 lines
70 B
Rust
Raw Normal View History

fn main () -> Result <(), ()> {
println! ("Embedding");
Ok (())
}