This year’s silly, obfuscated, console mode C# program is brought to you by LINQ. using System.Linq;
using Electricity = System.Collections.Generic.IEnumerable<char>;
using here = System.Collections.Generic.Dictionary<int, char>;
namespace Message{static class __{
static Electricity Transform(this here collection)
{ return new
int[] {
16, 22, 28,
28, 7, 0, 20,
9, 11, 0, 7,
9,22,13,5 }
.Select(i =>
collection[i]);}
static void Main()...