█░█ █▀▀ █▄█ █ █ ▀ █▀▄▀█ █░░ █░█ █▄░█ █▀▀ ▀▄▀ ░
█▀█ ██▄ ░█░ ▄ █ ░ █░▀░█ █▄▄ █▄█ █░▀█ ██▄ █░█ ▄
#include <vector>
#include <string>
#include <iostream>
std::vector<std::string> stack = {"C++", "Rust"};
std::string focus = "Low-level system programming and WM customization";
std::string vibe = "Living in the terminal";
// Currently: Tweaking dotfiles, optimizing Linux setup, and competitive programming
// Learning: Deep dive into kernel modules and C++ algorithms
// Setup: Arch + VIM/Zed + Alacritty
int main() {
// 💻 Linux enthusiast and minimal aesthetic seeker
// ⚔️ Competitive Programming in C++ for speed and precision
// ⚙️ Customizing the WM
std::cout << "Starting the low-level journey..." << std::endl;
return 0;
}
}


