Advertisement
Guest User

Untitled

a guest
May 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. class Bla {
  2.  
  3. private String meuk;
  4.  
  5. {
  6. this.meuk = "jihaa!";
  7. }
  8.  
  9. public Bla() {
  10. this.meuk = "hahar";
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement