<java>: page edit; add command

Custom input and output when compiling a class with the java command
This commit is contained in:
J053Fabi0
2017-12-30 11:32:10 -07:00
parent e25d33fcac
commit b172d97667

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`