Reverse Engineering Hello World
My first C program. Coding a Hello World Program in C and reversing it
Coding
There are a total of 5 lines in this code and I took time to understand each.
Header files
#include <stdio.h> is a line
iqmacodes.hashnode.dev2 min read