Hello World!
Reading Time:
< 1
minute
Hi, welcome to this brand-new blog. In this blog, I intend to share posts related to technology, design and my other interests. This post reminds me of the first program I wrote in my CS101 class. It looked something like this.
| using namespace std; | |
| int main() { | |
| cout << "Hello World"; | |
| return 0; | |
| } |
When I ran the program and saw the output, I was amazed. Since then, I have loved Software Engineering.