Skip to content

DanielKilgallon/DanielKilgallon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

fn main() {
  let danny = SoftwareDeveloper {
    pronouns: String::from("he/him"),
    username: String::from("DanielKilgallon"),
    email: String::from("danielkilgallon2@gmail.com"),
    languages: [
      String::from("Rust"),
      String::from("Java"),
      String::from("Javascript/Typescript"),
    ],
    goal: String::from("To contribute to open source!"),
  };
}

struct SoftwareDeveloper {
  pronouns:  String,
  username:  String,
  email:     String,
  languages:[String; 3],
  goal:      String,
}

Github stats

About

Profile readme

Topics

Resources

Stars

Watchers

Forks

Contributors