Add a README
This commit is contained in:
부모
e277028633
커밋
facc5ded6c
1개의 변경된 파일과 17개의 추가작업 그리고 0개의 파일을 삭제
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Base project for Ocaml project on Ford-Fulkerson. This project contains some simple configuration files to facilitate editing Ocaml in VSCode.
|
||||
|
||||
To use, you should install the *OCaml* extension in VSCode. Other extensions might work as well but make sure there is only one installed.
|
||||
Then open VSCode in the root directory of this repository.
|
||||
|
||||
Features :
|
||||
- full compilation as VSCode build task (Ctrl+Shift+b)
|
||||
- highlights of compilation errors as you type
|
||||
- code completion
|
||||
- automatic indentation on file save
|
||||
|
||||
|
||||
A makefile also provides basic automation :
|
||||
|
||||
- `make` to compile. This creates an ftest
|
||||
- `make format` to indent the entire project
|
||||
|
||||
불러오는 중…
Reference in a new issue