Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IISResetMe/f0ae67fa97c456c24c02bc2b99132349 to your computer and use it in GitHub Desktop.
Save IISResetMe/f0ae67fa97c456c24c02bc2b99132349 to your computer and use it in GitHub Desktop.
@IISResetMe
Copy link
Author

  ,$null*2 + 1
 (,$null)*2 + 1
((,$null)*2) + 1
(@($null,$null)) + 1
 @($null,$null,1)

@RandyInMarin
Copy link

That was a fun puzzle. It's not obvious even if it's obvious.

$null, $null, '' returns false.
$null, $null, '', '' returns true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment