Created
May 13, 2018 12:17
-
-
Save Noxime/b4aac9deb8a7fce3ab7c46f9a45f7b20 to your computer and use it in GitHub Desktop.
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
extern crate is_rust; | |
fn main() { | |
println!("Is ferris rusty: {}", is_rust::is_rusty("ferris")); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment