Created
April 25, 2020 03:04
-
-
Save domiyanyue/2bd6543d4f217c698b7fe339b99d4d24 to your computer and use it in GitHub Desktop.
example_after_include
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 a = 1; | |
int foo(){ | |
return 2; | |
} | |
int main(){ | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment