Advertisement
konalisp

really_good_program.cs

Feb 22nd, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. using System;
  2. using System.Threading;
  3.  
  4. class ObjectOrientedBASIC {
  5.     static int Main(string[] args){
  6.         A100: Console.WriteLine("boobs");
  7.         A200: Thread.Sleep(10);
  8.         A300: goto A100;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement