Advertisement
Guest User

butts

a guest
Mar 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. using System;
  2.  
  3. public class Example {
  4.     public static void Main()
  5.     {
  6.         while (true)
  7.         {
  8.             Console.WriteLine("Butts!");
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement