14
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
Action<int> printActionDel = delegate(int i)
8
{
9
Console.WriteLine(i);
10
};
11
12
printActionDel(10);
13
}
14
}
Cached Result
Input: inputhere
Encoded: aQBuAHAAdQB0AGgAZQByAGUA
Decoded: inputhere
Encoded: aQBuAHAAdQB0AGgAZQByAGUA
Decoded: inputhere