skip to content
CodeFade

Welcome to CodeFade

/ 1 min read

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