Hi there! I’m Gábor László, an old-school software developer with a passion for coding just for the joy of it. I started this blog to collect and share my hobby projects, experiments, and little creations. Feel free to look around — I hope you’ll find something entertaining or inspiring! 🙂
#include <iostream>
int main(int argc, char** argv) {
std::cout << "Welcome to my blog!" << std::endl;
return 0;
}
