Skip to content

Instantly share code, notes, and snippets.

@HarshitRuwali
Created July 6, 2020 07:33
Show Gist options
  • Save HarshitRuwali/e6330af8ae0816b4c84bb71f9f8573c3 to your computer and use it in GitHub Desktop.
Save HarshitRuwali/e6330af8ae0816b4c84bb71f9f8573c3 to your computer and use it in GitHub Desktop.
Running C and C++ files
gcc file.c
./a.out
g++ file.cpp
./a.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment