CaptainSpaceCat

eBeam - Main

Jul 13th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. /*
  2.  * This class activates the program.
  3.  * */
  4.  
  5. public class Main {
  6.   public static void main(String[] args) {
  7.     ElectronCutout e = new ElectronCutout();
  8.     e.init();
  9.   }
  10. }
Add Comment
Please, Sign In to add comment