Remove accidentally-added npm-updated file
2 files changed
tree: aac2d8933f0b61c383e7aa44118d433cb51734fa
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. app.js
  6. c-preload/
  7. etc/config/
  8. examples/
  9. lib/
  10. package.json
  11. static/
  12. test/
README.md

GCC Explorer

GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.

Try out the demo site!