Skip to content

Instantly share code, notes, and snippets.

@the-redback
Created February 18, 2019 17:47
Show Gist options
  • Save the-redback/7f944b3c484ffada8cab857711f20a1c to your computer and use it in GitHub Desktop.
Save the-redback/7f944b3c484ffada8cab857711f20a1c to your computer and use it in GitHub Desktop.
{
"cmd" : ["g++ -std=c++14 $file_name -o $file_base_name && timeout 4s ./$file_base_name<inputf.in>outputf.in"],
"selector" : "source.c",
"shell": true,
"working_dir" : "$file_path"
}
@the-redback
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment