Skip to content

Instantly share code, notes, and snippets.

@TheTharz
Created August 14, 2023 01:10
Show Gist options
  • Select an option

  • Save TheTharz/758c913d4c1023cb49f58bab4486cc89 to your computer and use it in GitHub Desktop.

Select an option

Save TheTharz/758c913d4c1023cb49f58bab4486cc89 to your computer and use it in GitHub Desktop.
gitbash code for compile and run
----for compile
g++ -o output_filename input_filename.cpp
----for running the code
./output_filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment