Skip to content
View Jeelpatel192's full-sized avatar

Highlights

  • Pro

Block or report Jeelpatel192

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Jeelpatel192/README.md

📂 ~/git:(master) ⚡
❯❯❯ ~/whoami🙋‍♂️.rs

impl AboutMe
{
    fn say_hi() & str{
      " Thanks for dropping by, hope you find some of my interesting work. "
    }
    
    fn getInformation()-> Info {
       Info {
          name:  "Jeel ",
          Language_spoken:  ["hi_IN", "en_US"],
          Learning: " Full Stack ",
       }

    }

    fn getCurrentDegree() -> Degree {
        Degree {
            course: "Bachelor in Computer Science",
            onGoing : true,
        }
    }

    fn getMyLinks() -> Vec<&str> {
        vec ![
            "https://www.linkedin.com/in/jeelpatel192/",
            "https://github.com/jeelpatel192"
        ]
    }

    fn getFutureGoal() -> &str
    {
        "Learn more about Data Structures and Algo, ReactJS and NodeJS."
    }
}


📂 ~/code
❯❯❯

Popular repositories Loading

  1. Object-Oriented_Programming-Lab Object-Oriented_Programming-Lab Public

    Java 1

  2. Morse-Glasses Morse-Glasses Public

    C++ 1

  3. Uber-Data-Analysis Uber-Data-Analysis Public

    Jupyter Notebook 1

  4. UniPortal UniPortal Public

    HTML 1

  5. Gitebook Gitebook Public

    JavaScript 1

  6. Jeelpatel192 Jeelpatel192 Public