3 using System
.Collections
.Generic
;
7 public static void Execute
<TArg
>(TArg args
)
10 List
<string> s
= new List
<string> () {
15 var res2
= s
.Select(acrl
=> acrl
.Select(acr
=> res
)).ToArray ();
21 public static void Main ()
23 Execute
<string> (null);