diff --git a/Echo.ps1 b/Echo.ps1 new file mode 100644 index 0000000..a84250e --- /dev/null +++ b/Echo.ps1 @@ -0,0 +1 @@ +Write-Host "Hello World!" -ForegroundColor Cyan \ No newline at end of file