Last active
March 3, 2017 01:17
-
-
Save masaru-b-cl/ed4bbeedb9f8264898f87f3ba8c63947 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Query Kind="Statements" /> | |
File.ReadAllLines(@"path\to\ppap.txt") | |
.Select(line => line.Length) | |
.ToList() | |
.ForEach(Console.WriteLine); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have a pen. | |
I have a apple. | |
oh!! | |
Apple-pen! | |
I have a pen. | |
I have a pineapple. | |
oh!! | |
Pineapple-pen! | |
Apple-pen. | |
Pineapple-pen. | |
oh!! | |
Pen-pineapple-apple-pen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 | |
15 | |
4 | |
10 | |
13 | |
19 | |
4 | |
14 | |
10 | |
14 | |
4 | |
24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment