Skip to content

Instantly share code, notes, and snippets.

@sassman
Created September 8, 2019 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sassman/6c395947d5b4cf7ea5a83c09bf609b53 to your computer and use it in GitHub Desktop.
Save sassman/6c395947d5b4cf7ea5a83c09bf609b53 to your computer and use it in GitHub Desktop.
rust tdd: src/lib.rs
// src/lib.rs
pub fn alphabet_position(s: &str) -> String {
String::from("Hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment