fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. string plainText = System.Text.Encoding.GetEncoding("utf-8").GetString(Convert.FromBase64String("aGVsbG8gaXRoZWxw"));
  8. Console.WriteLine(plainText);
  9. }
  10. }
Success #stdin #stdout 0.02s 16612KB
stdin
Standard input is empty
stdout
hello ithelp