We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f00ba commit 7de47dcCopy full SHA for 7de47dc
1 file changed
README.md
@@ -50,15 +50,15 @@ Expected Command-Line Arguments:
50
51
Example Usage Your Program Should Support:
52
```shell
53
-java Main --zone SE3 --date 2025-09-04
54
-java Main --zone SE1 --charging 4h
55
-java Main --zone SE2 --date 2025-09-04 --sorted
56
-java Main --help
+java -cp target/classes com.example.Main --zone SE3 --date 2025-09-04
+java -cp target/classes com.example.Main --zone SE1 --charging 4h
+java -cp target/classes com.example.Main --zone SE2 --date 2025-09-04 --sorted
+java -cp target/classes com.example.Main --help
57
```
58
59
## 3. Run
60
61
-java --source 24 --enable-preview .\src\main\java\com\example\Main.java
+java -cp target/classes com.example.Main
62
63
Maven Goals
64
=========
0 commit comments