No matter how funny it gets to write a blog with that title, I will always do that. I can still remember the first C program I learned to write that simply printed this line.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
And I can still remember the excitement to know about the importance of returning 0.
Anyway, it’s hopefully my last blog attempt. Color is beautiful and all, but in the end, it seems I like minimal design.
Leave a Reply