Andrew2448

Untitled

Mar 16th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public void myFunction("derp") {
  2.     doStuffWithDerp();
  3. }
  4.  
  5. OR
  6.  
  7. public void myFunction("derp")
  8. {
  9.     doStuffWithDerp();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment