Created
October 14, 2018 03:18
-
-
Save sonsongithub/db86cb6a0a90a729707948cac015c453 to your computer and use it in GitHub Desktop.
sample for clang++
This file contains hidden or 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
| #include<stdio.h> | |
| int main(void) { | |
| printf("Hello C world"); | |
| return 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment