2 using System
.Collections
.Generic
;
4 public static class RunTests
6 public static int Main ()
19 public static void Test1
<R
> (R r
, int a
)
21 for (int b
= a
; b
> 0; b
--) {
23 Console
.WriteLine (s
);
25 Console
.WriteLine (b
);
26 Console
.WriteLine (s
);
27 Console
.WriteLine (a
);
28 Console
.WriteLine (r
);
35 public static void Run ()