Skip to content

Instantly share code, notes, and snippets.

@ddhira123
Created October 7, 2019 07:14
Show Gist options
  • Save ddhira123/c94e6310804f9e7eb3b9852fb6886fa2 to your computer and use it in GitHub Desktop.
Save ddhira123/c94e6310804f9e7eb3b9852fb6886fa2 to your computer and use it in GitHub Desktop.
{
"cmd": ["g++.exe", "${file}", "-o", "${file_base_name}.exe", "&&" , "${file_base_name}.exe<inputf.in>outputf.in"],
"shell":true,
"working_dir":"$file_path",
"selector":"source.cpp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment