Skip to content

Commit

Permalink
Pending items added
Browse files Browse the repository at this point in the history
  • Loading branch information
moshadab committed Sep 17, 2022
1 parent 2f81fab commit 8d2deec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static void main(String[] args) {


listOfNames.stream().forEach(name->System.out.println(name));
listOfNames.stream().forEach(name->System.out.printf(name+"_updated"));



Expand Down

0 comments on commit 8d2deec

Please sign in to comment.