Skip to content

Commit d139b2e

Browse files
Update README.MD
1 parent b2bc619 commit d139b2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,16 @@ This repository serves as a comprehensive guide to tackling Google’s top Java
8080
### **How to Run**
8181

8282
1. Clone the repository to your local machine:
83+
8384
https://github.com/abhinavsathyann/google-java-interview-questions.git
8485

8586
2. Navigate to the `src` directory:
87+
8688
cd google-java-interview-questions/src
8789

8890
3. Compile and run any Java file. For example:
91+
8992
javac ReverseLinkedList.java
93+
9094
java ReverseLinkedList
95+

0 commit comments

Comments
 (0)