Skip to content

Instantly share code, notes, and snippets.

@HyodaKazuaki
Created July 13, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HyodaKazuaki/114bf986c56fa93bf1cc4f2ff26142fa to your computer and use it in GitHub Desktop.
Save HyodaKazuaki/114bf986c56fa93bf1cc4f2ff26142fa to your computer and use it in GitHub Desktop.
C++でのCGIプログラムコンパイル
clang++ -std=c++11 hello.cpp -o hello.cgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment