made into lib only

This commit is contained in:
ghaisan
2024-10-03 23:58:16 +07:00
parent f3d1a9ee28
commit 6913ca8d0c
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -1,7 +0,0 @@
use morse_translator::{to_morse, write_morse};
fn main() {
let text = to_morse("danish ghaisan");
write_morse("danish.wav", &text);
}