Skip to content

Commit

Permalink
feat: add example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhatnat committed Apr 26, 2024
1 parent c3cea40 commit a539df1
Show file tree
Hide file tree
Showing 2 changed files with 1,517 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scr/ru/barkhatnat/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void main(String[] args) {
do {
System.out.println("Enter file name with it's extension: ");
fileName = scanner.next();
String path = "scr/ru/barkhatnat/" + fileName;
String path = "src/main/resources/" + fileName;
File file = new File(path);
try {
if (fileName.endsWith(".html")) {
Expand Down
Loading

0 comments on commit a539df1

Please sign in to comment.