Created
August 14, 2023 01:10
-
-
Save TheTharz/758c913d4c1023cb49f58bab4486cc89 to your computer and use it in GitHub Desktop.
gitbash code for compile and run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----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