Just wanted to share a piece of code with you guys that look odd but it perfectly valid in c#.
class _________
{
static void Main(string[] args) {
int _ = 1;
int __ = 2;
int ___ = 3;
int ____ = 4;
int _____ = 5;
int ______ = 6;
int[] _______ = new int[]{
_,__,___,____,_____,______
};
_______.ToList().ForEach(________ => Console.WriteLine(________));
}
}
what do think about that.