If you have ever took a computer science class, you’ve probably heard of "Hello world". It is the starting point for learning a programming language. All aspiring programmers experienced this powerful sense of control and mastery at displaying these two little words.
Hello World is a simple program used to explain the core structure and syntax of a programming language.
This first article is the starting point of future articles related to science and other topics that I would like to share with you. The content of this website is a living document: it may evolve through updates and be expanded in the light of experience.
I couldn't conclude this article without a line of code, so:
print("Hello, World!")
That's all for today folks!