Skip to content

Commit

Permalink
Merge pull request #12 from kellerkeller/patch-6
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Radvendii committed Mar 2, 2012
2 parents c91c4ad + 2ae4f45 commit 85fb84a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README
@@ -1,6 +1,18 @@
The org folder is for importing org.apache.io.* (this can be found at http://commons.apache.org/io/)
Introduction to Java-REPL
To start the program, run Main. It will prompt you for an input.
Imports will be handled normally.
All orders("int a = 5;" and the like) will be put into main.
To enter a method, use a } at the start.
Example run:
$Java-REPL Shell
"Please begin input"
$import java.util.List;
$int a = 5;

//Note to KellerKeller, continue writing this when main is viewable.

--The Win Monkeys
The org folder is for importing org.apache.io.* (this can be found at http://commons.apache.org/io/)
--The Win Monkeys


JavaSourceFromString.java: No clue
Expand Down

0 comments on commit 85fb84a

Please sign in to comment.