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.
#include<iostream>
int main() { std::cout<< "Welcome to 0xc0defade"; return 0;}