document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. using System;
  2. public class Coba
  3. {
  4.    public static int Main(string[] args)
  5.    {
  6.       Console.WriteLine("Hai, saya C#!");
  7.       return 0;
  8.    }
  9. }
');