Files
project-euler/11.ps1
T
2025-08-03 20:16:55 -07:00

4 lines
53 B
PowerShell

$file = gc 11.txt
$arr = New-Object int[][] 2000000