idk how to name this one xD
This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
`java {{classname}}`
|
`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:
|
- Execute a .jar program:
|
||||||
|
|
||||||
`java -jar {{filename.jar}}`
|
`java -jar {{filename.jar}}`
|
||||||
|
Reference in New Issue
Block a user