Last active
April 23, 2020 18:32
-
-
Save domiyanyue/d86cace4227c48f13a979ed3d543a4d6 to your computer and use it in GitHub Desktop.
c++ warning example
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
int main(){ | |
int a = 1; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment