Advertisement
Kuraj

Untitled

May 9th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1.             var query1 =
  2.                 from line in File.ReadAllLines("plik.txt")
  3.                 let linec = line.ToCharArray()
  4.                 group line
  5.                     by Array.Sort(linec)
  6.                     into inicjaly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement