Advertisement
falconaut

kengkawanan

Nov 26th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.49 KB | None | 0 0
  1. // A Kengkawanan! program in C#.
  2. using System;
  3. namespace HelloWorld
  4. {
  5.     class Hello
  6.     {
  7.         static void Main()
  8.         {
  9.             Console.WriteLine("sedang bypass server hangpa, huhu. tiada apa2 kerosakan");
  10.         Console.WriteLine("kekadang kita perlu guna backdoor utk selesaikan masalah");
  11.  
  12.             // Keep the console window open in debug mode.
  13.             Console.WriteLine("mula2 belajaq memang memang camni");
  14.             Console.ReadKey();
  15.         }
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement