Last active
February 19, 2018 00:55
-
-
Save cbzehner/73149ae7bc97665f113b3d9545ff3180 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
| fn main() { | |
| let rust = String::from("🦀 is 🔥"); | |
| let split_crab = &rust[1..]; | |
| println!("{}", split_crab); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.