2 lines
54 B
PowerShell
2 lines
54 B
PowerShell
|
|
function Quine { $MyInvocation.MyCommand.Definition }
|