Created
November 30, 2015 01:31
-
-
Save deeTEEcee/4be6d7c6096fb3e09554 to your computer and use it in GitHub Desktop.
terminal commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compile | |
irb, ruby | |
python | |
g++ name.cpp -o file;./file # C++ | |
# Search | |
# Rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment