Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/main/java/com/tbs/tbsm/Puneeth.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.tbs.tbsm;

public class Puneeth {

TBSMB tbs = new TBSMB();

public void call(){
System.out.println(tbs);
}

}
14 changes: 13 additions & 1 deletion src/main/java/com/tbs/tbsm/TBSMB.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
public class TBSMB {


private String thebloodysuccessful;
private String thebloodysuccessful;;
private int w = 100;
private String how= "TBSMSBHFEHWDLHEA";


public String getHow(){
return how;

}


public int getW(){
return w;
}

}