Title | Date | Author | Status |
---|---|---|---|
README |
March 14, 2022 |
dotjesper |
In development |
Hello, World Project - for demonstration purpose only.
Every IT profesional and veteran software developers know the term Hello World as the first step in learning to code. The program, which outputs some variant of “Hello, World!” on a device’s display, can be created in most languages, making it some of the most basic syntax involved in the coding process.
Brian Kernighan, author of one of the most widely read programming books, "C Programming Language", also created "Hello, World". He first referenced "Hello World" in the C Programming Language book’s predecessor: A Tutorial Introduction to the Programming Language B published in 1973.
Since the first Hello, World! program was written in 1972, it has become a tradition to introduce the topic of programming with this example. As a result, Hello, World! is often the first program most people write and this repository is no different, this is my sample-ground and learning-area for working with GitHub.
Alerts are an extension of Markdown used to emphasize critical information. On GitHub, they are displayed with distinctive colors and icons to indicate the importance of the content.
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
Negative potential consequences of an action.
.
├─ scripts
| ├─ app.js
| └─ app.js
├─ solution
| ├─ app.js
| ├─ models.js
| ├─ routes.js
| └─ utils
| ├─ another.js
| ├─ constants.js
| └─ index.js
├─ LICENSE
└─ README.md
PowerShell Code block
.\Invoke-RemediationReport.ps1
.\Invoke-RemediationReport.ps1 -$scriptPackageOutputType "htmL" -installRequiredComponents $true
Not much to tell, it's a Hello, World! project!
Click to expand change log
Version 0.0.1.0 | February 18. 2022 | Public | Release
Version 0.0.0.3 | October 4,2021 | Public
Version 0.0.0.0 | April 11,2017 | Public