Skip to content

Instantly share code, notes, and snippets.

View SunMendi's full-sized avatar

SunMendi SunMendi

View GitHub Profile
@SunMendi
SunMendi / C++14.sublime-build
Created February 22, 2022 10:46
sublime c windows
{
"cmd": ["g++.exe","-std=c++14", "${file}", "-o", "${file_base_name}.exe", "&&" , "${file_base_name}.exe<inputf.in>outputf.in"],
"shell":true,
"working_dir":"$file_path",
"selector":"source.cpp"
}