Skip to content
View swayam5342's full-sized avatar

Highlights

  • Pro

Block or report swayam5342

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
swayam5342/README.md

Typing SVG

use std::collections::HashMap;

struct Programmer {
    name: &'static str,
    age: u32,
    socials: HashMap<&'static str, &'static str>,
    interests: Vec<&'static str>,
    languages: Vec<&'static str>,
    coffee: bool,
}

fn main() {
    let mut socials = HashMap::new();
    socials.insert("Discord", "swayamm5342");

    let Swayam = Programmer {
        name: "Swayam",
        age: 19,
        socials,
        interests: vec![
            "Coding", "Astronomy", "Books", "Music",
        ],
        languages: vec![
            "Python", "A bit of Rust"
        ],
        coffee: true,
    };

    println!("Thanks for visiting!");
}

πŸ’» Tech Stack:

Python Go Badge Rust TensorFlow NumPy Pandas HTML5 CSS3 JavaScript MySQL MongoDB Git GitHub

πŸ“Š GitHub Stats:



Popular repositories Loading

  1. ALU_DSD_project ALU_DSD_project Public

    Verilog 1

  2. swayam5342 swayam5342 Public

    Config files for my GitHub profile.

  3. Keras Keras Public

    Jupyter Notebook

  4. weather-app weather-app Public

    CSS

  5. pwsh pwsh Public

    PowerShell

  6. verilog_vit_lab verilog_vit_lab Public

    Verilog