1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

idk how to name this one xD

This commit is contained in:
J053Fabi0 2017-12-30 23:45:50 -07:00
parent 290b6268a6
commit da8ac599a1

View file

@ -6,10 +6,6 @@
`java {{classname}}`
- Custom input and output files. Preferably .txt files. This is useful when you don’t want to input from keyboard every time you run your class. Outputs from `System.out.println();` are saved in the output file:
`java {{classname}} <{{path/to/inputfile}}> {{path/to/outputfile}}`
- Execute a .jar program:
`java -jar {{filename.jar}}`