Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build system to directly compile and run c++ programs in sublime on linux. Moreo
***Instructions :***
* Go to Tools > Build Systems > New Build System
* Copy the code from C++14.sublime-build and paste it ther and save it by any name.
* Go to Tools > Build Systems ans select your new build system
* Go to Tools > Build Systems and select your new build system
* Create 2 files named inputf.in and outputf.in in same directory in which u have ur code.
* Write input in inputf.in, save and run the code in sublime and you will get output in outputf.in .

Expand Down