https://blog.aumk.in/2024/12/14/first-blog.html
First Article - A Sweet Start to my blog
- Navi Mumbai, Maharashtra, India
Hello everyone reading!! This is my first blog post on my much-awaited (for me, of course) blog. You can learn more about me and the direction I wish to take this blog.
Setting up this blog to my liking was quite some effort, especially when exploring millions of features to include. After setting them, you realize you want to start simple and move to more features later. That’s how my brain works, but introducing those features later would be easier at least (I hope).
I want my English and writing to improve over time as I write my college stories and experiences over here, as that is one thing I want to achieve through this blog. The other goal is easy to guess: I want my experiences online so everybody can read and make better and more informed decisions in their college life at VESIT and other colleges similar to VESIT.
I want to become a magician of words, wielding its power in my fingers, dishing out magnificent and eloquent sentences at the wish of my command.
As the tradition goes in any new coding language, here is a Hello World program in C to start my blog:
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
The above prints:
Hello World!