Last active
January 8, 2017 10:46
-
-
Save dumindu/5d5f22d5e43e8a018bd1cef3c9f9da85 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
struct Electron; | |
fn main() { | |
let x = Electron; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment