Created
September 8, 2019 22:29
-
-
Save sassman/6c395947d5b4cf7ea5a83c09bf609b53 to your computer and use it in GitHub Desktop.
rust tdd: src/lib.rs
This file contains 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
// 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