Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package taskTwo;
  2.  
  3.  
  4. public class Main {
  5.  
  6.  
  7. public static void main(String[] args) {
  8. Engine engine = new Engine();
  9. engine.game();
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement