ββββββββββββββ βββββββββββ βββββββββββββββββββββββ
ββββββββββββββ βββββββββββ βββββββββββββββββββββββ
#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;
}
}