RosettaCodeData/Task/Base64-decode-data/PowerShell/base64-decode-data-2.ps1
2026-04-30 12:34:36 -04:00

2 lines
88 B
PowerShell

$bytes=...
[IO.File]::WriteAllBytes('favicon.ico', [Convert]::FromBase64String($bytes))