Advertisement
Yarukinasu

Toolz

Apr 24th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.71 KB | None | 0 0
  1. /**
  2.  * Useful tools for networking. Requires random ass alogrithm.
  3.  *
  4.  * <code>++++++[>++++++++++++>+++++++++++++++>++++++++++++++++
  5.  * <<<-]>.<+++[>--------->+++>++++<<<-]>>++.>..+++.<<-.<++[>--
  6.  * ---->+++++>++++<<<-]>.>>.<.<<++[>>+>-----<<<-]>>+.>-</code>
  7.  *
  8.  * @author  Yarukinasu
  9.  * @version 1.0
  10.  */
  11. public final class Toolz {      // < ^<_<^ start teh class lol
  12.     public static void main     // ^+_+^   confusing stuffzorz
  13.     (String [                   // > ^>_>^ insert stuffz here
  14.                                 // - ^-_-^ teh command-line
  15.                                 // < ^<_<^ Oh shi- lololololol
  16.             ] args) {           // > ^>_>^ add some codez!
  17.         final char COMMA = 44;  // (o_o")  unexplainablezorz!
  18.         System.                 // ^<_<^   make sure to + dotz
  19.             out.print("Hello" + COMMA + " world!");
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement