Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created August 10, 2018 09:20
Show Gist options
  • Save adrianparvino/bea25ffebd38a4563f29577284987b0f to your computer and use it in GitHub Desktop.
Save adrianparvino/bea25ffebd38a4563f29577284987b0f to your computer and use it in GitHub Desktop.
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