document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Coba
  2. {
  3.    public static void Main()
  4.    {
  5.       System.Console.WriteLine("Hai, saya C#!");
  6.    }
  7. }
');