Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • \$\begingroup\$ Your code is printing ascii 13, newline instead of 10, carriage return as in the challenge's output example \$\endgroup\$ Commented Sep 6, 2016 at 19:16
  • \$\begingroup\$ @Chirishman PowerShell does support using only ASCII 10 for linebreaks in .ps1 files, but it can be tricky to do so in Windows with most text editors. Using SCiTE or Notepad++ or other line-ending aware editors you can ensure it's using unix endings. Once you're certain the file doesn't contain any 13's, it will print the 10's. \$\endgroup\$ Commented Sep 6, 2016 at 19:48