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 b112b82 commit eb185d0Copy full SHA for eb185d0
src/compilation/running_compiled_code.md
@@ -18,8 +18,7 @@ you would run `java --class-path output chopin.Impromptu`.
18
`--class-path` should be self-explanatory. It is the path where `java`
19
will look for class files.
20
21
-But if you do not have any classes in the unnamed package - which will
22
-be hopefully be the case when you share code with others[^conflicts] -
+But if you do not have any classes in the unnamed package - which will hopefully be the case when you share code with others[^conflicts] -
23
you instead want to run your code like this.
24
25
```
0 commit comments