Skip to content

Commit

Permalink
add text
Browse files Browse the repository at this point in the history
  • Loading branch information
nglthu committed Mar 7, 2024
1 parent 5952a93 commit 94292de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/mycompany/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public static void main(String[] args) {

Callee cee = new Callee();
Caller cer = new Caller(cee);
System.out.println("test call back");
cer.go();


Expand Down

0 comments on commit 94292de

Please sign in to comment.