Skip to content

Commit

Permalink
ADD issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodevjava committed Sep 12, 2022
1 parent d753c43 commit a545d75
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 69 deletions.
Empty file added .github/workflows/master.yml
Empty file.
Empty file.
Binary file not shown.
Binary file added .gradle/7.5/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/7.5/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file added .gradle/file-system.probe
Binary file not shown.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 0 additions & 68 deletions 082022_v2.txt

This file was deleted.

Binary file modified build/classes/java/main/com/dev/project/util/ReadFileTxt.class
Binary file not shown.
Binary file modified build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
4 changes: 3 additions & 1 deletion src/main/java/com/dev/project/util/ReadFileTxt.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ public String ReadFile(MultipartFile file) throws IOException {
BufferedReader br = new BufferedReader(fr);) {
String line;
while ((line = br.readLine()) != null) {
System.out.println(br.readLine().contains("000000000000000000004400000000030562000000000002444900000000030705000000000003557700000000027147300000000026655000000000027804600000000030562001"));
if(line.contains("1D")){
System.out.println(line.codePoints());
}

}
} catch (IOException e) {
Expand Down

0 comments on commit a545d75

Please sign in to comment.