We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b4b60 commit 206d5b3Copy full SHA for 206d5b3
1 file changed
README.md
@@ -3,8 +3,11 @@ A Java inbuild script for developing and debugging
3
4
# Implementation
5
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
+
9
Basic syntax to execute a "Hello World" script as a string inside your program:
-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.
11
12
```java
13
Process p = new Process(true);
0 commit comments