Skip to content
View Arifzyn19's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Arifzyn19

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
Arifzyn19/README.md

✧༺♥༻∞༺♥༻✧

Typing SVG

Aesthetic Divider

⋆。°✩ Now Playing ✩°。⋆

Aesthetic Divider

⋆。°✩ About Me ✩°。⋆

Status Mood Currently
Aesthetic Divider

✧ ᴠɪsɪᴛᴏʀ ᴄᴏᴜɴᴛ ✧




echo "The world is quiet here."
Aesthetic Divider

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

class Arifzyn {
private:
    std::vector<std::string> thoughts;
    std::string current_mood;
    
public:
    Arifzyn() : current_mood("dreamy") {
        thoughts.push_back("Lost in digital spaces");
        thoughts.push_back("Seeking connection");
        thoughts.push_back("Creating worlds through code");
    }
    
    void express() {
        std::cout << "✧ Hello, I'm Arifzyn! ✧" << std::endl;
        std::cout << "Current mood: " << current_mood << std::endl;
        
        std::cout << "Thoughts:" << std::endl;
        for (const auto& thought : thoughts) {
            std::cout << "" << thought << std::endl;
        }
    }
};

int main() {
    Arifzyn me;
    me.express();
    return 0;
}

✧༺♥༻∞༺♥༻✧

Popular repositories Loading

  1. Akane Akane Public

    Simple Script WhatsApp Base Using Baileys

    JavaScript 11 2

  2. Bot-WhatsApp-Store Bot-WhatsApp-Store Public

    Simple Base Bot Store Using Baileys

    JavaScript 9 3

  3. AR-BASE AR-BASE Public

    Simple Bot WhatsApp Base Using Baileys With Commands Folder

    JavaScript 7 7

  4. AR-CDN AR-CDN Public

    This repository contains the source code for AR CDN, a simple file uploader expressJS.

    CSS 5 10

  5. siputxz-api siputxz-api Public

    API Wrapper For Siputxz API

    TypeScript 4 2

  6. Akane-Bot Akane-Bot Public

    Simple Bot WhatsApp Using Case

    JavaScript 3 4