Last active
April 24, 2020 00:25
-
-
Save domiyanyue/78dec4f8830d34bff8ae3d134f4a9f25 to your computer and use it in GitHub Desktop.
compile simple
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
g++ hello.cpp -o hello | |
./hello | |
Hello World |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment