Skip to content

Latest commit

 

History

History
 
 

01_hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hello, World!

Write a program to enthusiastically greet the world.

C:\> ./hello.ps1
Hello, World!

The program should also accept a name given as an optional --name parameter:

C:\> ./hello.ps1 --name Universe
Hello, Universe!

Run Invoke-Pester .\test.ps1 or AllTest.ps1 to ensure you pass all the tests.