Skip to content

Commit 4ca8da0

Browse files
committed
Updated readme for java code
1 parent 7d1f257 commit 4ca8da0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Navigate to the desired folder's solution and then, execute the following for th
1616
node solution.js
1717
```
1818

19+
- **Java**
20+
21+
```bash
22+
javac Solution.java
23+
java Solution
24+
```
25+
1926
## Contributing
2027

2128
TODO (basically I think it will be a simple pull request with your solution in a file like `solution.x`).

0 commit comments

Comments
 (0)