Created
September 22, 2024 04:32
-
-
Save Calvindd2f/034a684d7490a184a04dc778abca9ff7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function print([string]$InputObject) | |
| { | |
| [console]::writeline([string]$InputObject) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment