Add tags

Add tags to the following comment

LINQ使って無難に反転。 どう書くの”各言語の特徴を生かす”という題意にそう意味で。

1
2
3
List<object> ary = new List<object>() { 1, 4, 2, 4, 5 };
ary.Reverse();
ary.ForEach(Console.WriteLine);

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...