Created
August 10, 2018 09:20
-
-
Save adrianparvino/bea25ffebd38a4563f29577284987b0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub mod text; | |
use text::zip::fromString; | |
use text::zip::toString; | |
fn main() { | |
println!("{}", fromString("a").toString()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment