Skip to content
View PraneethV-cmd's full-sized avatar
🌐
🌐

Block or report PraneethV-cmd

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
PraneethV-cmd/README.md
pub struct Praneeth {
    pub alias: String,
    pub status: String,
    pub languages: Vec<String>,
}

impl Praneeth {
    pub fn new() -> Self {
        Self {
            alias: "PraneethV-cmd".to_string(),
            status: "@AVV'26, CSE".to_string(),
            link: "bananameatpatty.vercel.app".to_string(),
            languages: vec![
                "C++".to_string(),
                "Python".to_string(),
                "Go".to_string(),
                "Haskell".to_string(),
                "rust".to_string(),
            ],
        }
    }

    pub fn now(&self) {
        prtinln!("Locked in and geeked up!");
    }
}

Pinned Loading

  1. novus-shell novus-shell Public

    Simple implementation of POSIX compliant shell that interprests some simple commands

    Rust

  2. hash-nimbus hash-nimbus Public

    Distributed Key-Value store with from scratch implementation of the RAFT consensus protocol.

    Go 1

  3. bubble-git bubble-git Public

    Custom implementation of git

    Python

  4. Dungeon-Generation Dungeon-Generation Public

    List of algiorithm and different methods to generate dungeons

    C++