Advertisement
angrymasteryoda

Tester File

Jan 30th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. package com.michael.tech.api;
  2.  
  3. import com.michael.tech.api.console.RunConsole;
  4.  
  5. /**
  6.  * Only purpose is to test existing methods
  7.  * @author Michael Risher
  8.  * @since October 30, 2012
  9.  * @version 1.1
  10.  *
  11.  */
  12. public class testerFile{
  13.  
  14.    
  15.    
  16.     /**
  17.      * @param args
  18.      */
  19.     public static void main(String[] args) {
  20. //      Encoder e = new Encoder();
  21. //      System.out.println(e.getBinary("Hello motto"));
  22.        
  23.         RunConsole.startConsole();
  24.        
  25.         RunConsole.toConsole("test");
  26.     }
  27.    
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement