Created
January 27, 2018 05:14
-
-
Save fortheday/7731e81a5c62cebaa262d4adfdd71781 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
int main(int argc, char * const argv[], char * const envp[]) | |
{ | |
while (*envp) | |
cout << *(envp++) << endl; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment