Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created January 15, 2019 16:06
Show Gist options
  • Save leopard627/47ddf57da5ea25851373cd2f60cba03e to your computer and use it in GitHub Desktop.
Save leopard627/47ddf57da5ea25851373cd2f60cba03e to your computer and use it in GitHub Desktop.
#[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