Welcome to CodeFade 25 February 2024 / 1 min read blog, intro Introduction This is a place where I post my thoughts, learnings and topics of my interests. Feel free to wander and learn from the learnings. Just a test code example. first_program.cpp#include<iostream> int main() { std::cout<< "Welcome to 0xc0defade"; return 0;}