Skip to content

Commit b2bc619

Browse files
Update README.MD
1 parent 81d0e80 commit b2bc619

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,11 @@ 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+
https://github.com/abhinavsathyann/google-java-interview-questions.git
8384

85+
2. Navigate to the `src` directory:
86+
cd google-java-interview-questions/src
87+
88+
3. Compile and run any Java file. For example:
89+
javac ReverseLinkedList.java
90+
java ReverseLinkedList

0 commit comments

Comments
 (0)