class Cyclops{ static void Main() { System.Collections.Generic.List<string> txt = new System.Collections.Generic.List<string> () { "初投稿です。", " mylist/54522510 ", "広告ありがとナス!" }; txt.ForEach (t => System.Console.WriteLine (t)); }}
http://www.nicovideo.jp/watch/sm29197047