You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Running this program
4
4
5
-
- Make sure Java is installed firstly with `java -version`. ( If not found, download from the links mentioned [here](https://github.com/techout592/number-game/readme.md)
5
+
- Make sure Java is installed firstly with `java -version`. ( If not found, download from the links mentioned [here](https://github.com/techout592/number-game/readme.md) )
6
6
- If you see the Java version and no errors, continue by running the command `javac main.java` to compile the code and check for any syntax errors.
7
7
- After compiling, if you see no errors you can continue by running `java Main`.
0 commit comments