mirror of
https://github.com/ghaisanghaisan/morse_rs.git
synced 2026-08-12 05:46:19 -05:00
made into lib only
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
use morse_translator::{to_morse, write_morse};
|
||||
|
||||
fn main() {
|
||||
let text = to_morse("danish ghaisan");
|
||||
|
||||
write_morse("danish.wav", &text);
|
||||
}
|
||||
Reference in New Issue
Block a user