Skip to content

Instantly share code, notes, and snippets.

@Gisleburt
Last active June 10, 2019 11:40
Show Gist options
  • Save Gisleburt/6758d2ece6d4292db27c7b204792235e to your computer and use it in GitHub Desktop.
Save Gisleburt/6758d2ece6d4292db27c7b204792235e to your computer and use it in GitHub Desktop.
fn main() {
let album = Album {
title: "Sgt. Pepper's Lonely Hearts Club Band".into(),
artist: "The Beatles".into(),
};
println!("{}", album);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment