Skip to content
View rithikasilva's full-sized avatar
🗿
🗿

Organizations

@team1305 @catppuccin @uwaggs

Block or report rithikasilva

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
rithikasilva/README.md
#ifndef RITHIKA_SILVA_H
#define RITHIKA_SILVA_H

#include <string>
#include <vector>
#include <iostream>

class RithikaSilva {
public:
    std::string alias = "r1tz";
    std::string status = "4th Year CS Student @ UW";
    std::string website = "https://rithikasilva.ca";
    std::string laptop = "Tachyon (Asus G14, 2022)";
    std::vector<std::string> languages = {"C++", "C", "Python", "Rust", "Go"};

    void now() {
        std::cout << "Locked in." << std::endl;
    }
};

#endif // RITHIKA_SILVA_H

Pinned Loading

  1. .dotfiles .dotfiles Public

    "It works on my machine..."

    Shell 1

  2. catppuccin/blink catppuccin/blink Public

    🔵 Soothing pastel theme for Blink Shell

    JavaScript 21 5

  3. uwaggs/usportspy uwaggs/usportspy Public

    Extract and Analyze Data from U SPORTS, the Governing Body of University Sport in Canada.

    Python 2

  4. readme-lol-stats readme-lol-stats Public

    Generate a widget of your League of Legends statistics

    Python 3 2

  5. awosoga/peaks-and-primes awosoga/peaks-and-primes Public

    Repository with supplementary information for Significance Magazine article submission

    1