<java>: page edit; add command

Custom input and output when compiling a class with the java command
coverage
J053Fabi0 2017-12-30 11:32:10 -07:00
parent e25d33fcac
commit b172d97667
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@
- Display JDK, JRE and HotSpot versions:
`java -version`
- Custom input and output files. Preferably .txt files
`java {{classname}} <{{inputfile}}> outputfile`