Guest User

Untitled

a guest
Oct 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class Foo
  2. {
  3. public static void foo()
  4. {
  5. ...
  6. };
  7.  
  8. public void bar()
  9. {
  10. ...
  11. };
  12.  
  13. public void baz()
  14. {
  15. ...
  16. };
  17. }
Add Comment
Please, Sign In to add comment