Skip to content

Commit 4e7740d

Browse files
Update README.md
1 parent ebce1c3 commit 4e7740d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

Diff for: README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ Hello.
55
These are the most coding problems during
66
technical interviews, as I experienced it myself.
77

8-
This is based on :
9-
10-
https://www.journaldev.com/370/java-programming-interview-questions
11-
128
## Running The Code
139

1410
It's the convenience of the Codespaces online!
@@ -17,6 +13,12 @@ anything, just simply run it at the Bash Terminal
1713

1814
you can now run it even without compiling !
1915

16+
```
17+
cd src
18+
```
19+
20+
then
21+
2022
```
2123
java [NameOfTheFile].java
2224
```
@@ -26,3 +28,15 @@ this is the interface of the online Codespaces
2628
![image](https://user-images.githubusercontent.com/47092464/182785921-838bd0e5-2707-4e08-8a0b-9127afba6866.png)
2729

2830
enjoy !
31+
32+
## License
33+
34+
This is based on :
35+
36+
https://www.journaldev.com/370/java-programming-interview-questions
37+
38+
I don't know about the specific licensed the author used
39+
but I'm still including his link for his copyright.
40+
41+
When you copy my work, include the author's link
42+
and my MIT license for my modifications.

0 commit comments

Comments
 (0)