Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hejiehao committed Apr 14, 2024
1 parent 1b40a4f commit a8acf9d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions untitled/src/Main.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
public class Main {
public static void main(String[] args) {
for (int i = 0; i <= 100; i++) {
System.out.print("\r" + "Progress: " + i + "%");
try {
Thread.sleep(100);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
System.out.println("Hello World");
}
}

0 comments on commit a8acf9d

Please sign in to comment.