fn main() {
let mut details: Vec<(&str, &str)> = Vec::new();
details.push(("name", "simon danielsson"));
details.push(("age", "25"));
details.push(("occupa.", "guitarist, producer, recreational programmer"));
details.push(("contact", "[email protected]"));
details.push(("website", "https://www.simondanielsson.se/"));
for (f, d) in details {
println!("{f:<8}: {d}")
}
}
I'm a music-producer and classical guitarist who does some recreational programming in my spare time.
-
Self-employed
- Örebro, Sweden
- https://www.simondanielsson.se/
- @simondanielssonmusic
- danielssonofficial
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.