Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Last active August 7, 2019 04:31
Show Gist options
  • Save yusuke024/835d8ca7ad9e62d66eec9b4944a5ee9b to your computer and use it in GitHub Desktop.
Save yusuke024/835d8ca7ad9e62d66eec9b4944a5ee9b to your computer and use it in GitHub Desktop.
Compile

C++

g++ main.cpp

For C++11

g++ -std=c++11 main.cpp

Objective-C

clang -framwork Foundation main.m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment