diff --git a/demo.ps1 b/demo.ps1 new file mode 100644 index 0000000..fcce035 --- /dev/null +++ b/demo.ps1 @@ -0,0 +1,3 @@ +$Password = "SuperSecurePassword" | ConvertTo-SecureString -AsPlainText -Force + +Write-Output "Hello from PR" \ No newline at end of file