|
|
|
|
|
by kylec
4128 days ago
|
|
You take an incredibly advanced and complex programming language,
and dumb it down to the absolute bare essentials in order to embark
on the journey of learning a new system.
The purpose of the "Hello, World!" program, at least as I've understood it, is to make sure that you can actually get code running with whatever language, frameworks, and build process you have. Printing out a simple phrase is sufficient to demonstrate that that all works and that you can start making more complicated things. |
|