RUST WORKS AT ALL
This commit is contained in:
@@ -30,6 +30,7 @@ fn main() {
|
||||
let num_segments = ctx.full_n_segments();
|
||||
for i in 0..num_segments {
|
||||
let segment = ctx.full_get_segment_text(i).expect("failed to get segment");
|
||||
println!("{}", segment);
|
||||
print!("{} ", segment);
|
||||
}
|
||||
println!("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user