Skip to content

Commit

Permalink
Removed psvm
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps authored Jan 28, 2024
1 parent 0c0d93e commit 3d1ddb8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,4 @@ private String createTimeStampedFileName() {
".html";
}

public static void main(String[] args) {
String sss = "A quick brown fox jumps over a lazy dog @ODS-X @Licenc_Y Z";
for(String st : sss.trim().split(" ")){
if(st.startsWith("@")){
System.out.println(st);
}
}
}
}

0 comments on commit 3d1ddb8

Please sign in to comment.