Hello world!
My first blog post, in which I am writing Hello World!.
#include <stdio.h>
int main() {
long long h = 0x0A646C726F57206FLL;
long long e = 0x6C6C6548;
printf("%.4s%s", (char*)&e, (char*)&h);
return 0;
}
Source Code & Contributions
Spot an error or have an improvement? Open a PR directly for this article .