Skip to content

Instantly share code, notes, and snippets.

@umutakturk
Created April 7, 2013 14:41
Show Gist options
  • Save umutakturk/5330755 to your computer and use it in GitHub Desktop.
Save umutakturk/5330755 to your computer and use it in GitHub Desktop.
Compile C++ file on Ubuntu.
g++ helloWorld.cpp -o helloWorld
ls
./helloWorld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment