Created
January 15, 2019 16:06
-
-
Save leopard627/47ddf57da5ea25851373cd2f60cba03e 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
#[derive(Debug)] | |
struct Computer { | |
name: String, | |
serial: String, | |
cpu_cnt: u8, | |
ram_size: u64, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment