Skip to content

Commit 206d5b3

Browse files
authored
Update README.md
1 parent 59b4b60 commit 206d5b3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ A Java inbuild script for developing and debugging
33

44
# Implementation
55

6+
Just copy the Code into your favorite IDE or import the downloadable .jar file to your build path and you are done!<br>
7+
DevScript does not use any unnessecary external libraries.
8+
69
Basic syntax to execute a "Hello World" script as a string inside your program:
7-
Both input and outputs are the default System.in and System.out.
10+
Both input and outputs are the default System.in and System.out, but you can define your own.
811

912
```java
1013
Process p = new Process(true);

0 commit comments

Comments
 (0)