Created
March 20, 2018 13:55
-
-
Save luser/96e1eb3972d399c5a814a0e375676c5a to your computer and use it in GitHub Desktop.
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
#ifdef NOT_DEFINED | |
/* | |
* blank space | |
* more blank space | |
*/ | |
#endif | |
int foo(int x) { | |
return x * x; | |
} | |
int main(int argc, char **argv) { | |
return foo(argc); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment