Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class Aliens {
  2. public void timeTravel() {
  3. //implement time travel
  4. }
  5.  
  6. public void spaceTravel() {
  7. //implement space travel
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement