Просмотр исходного кода

end in a colon and surrounded by empty lines

J053Fabi0 7 лет назад
Родитель
Сommit
2b2a1a5e5a
2 измененных файлов с 3 добавлено и 2 удалено
  1. BIN
      pages/common/Alias de install.md
  2. 3 2
      pages/common/java.md

BIN
pages/common/Alias de install.md


+ 3 - 2
pages/common/java.md

@@ -14,5 +14,6 @@
 
 `java -version`
 
-- Custom input and output files. Preferably .txt files
-`java {{classname}} <{{inputfile}}> outputfile`
+- Custom input and output files. Preferably .txt files:
+
+`java {{classname}} <{{path/to/inputfile}}> {{path/to/outputfile}}`