Skip to content

Instantly share code, notes, and snippets.

@gartha1
Created May 10, 2020 08:10
Show Gist options
  • Save gartha1/faa7a31dd87960cf1964bcb1c429d7c2 to your computer and use it in GitHub Desktop.
Save gartha1/faa7a31dd87960cf1964bcb1c429d7c2 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <windows.h>
int main(int argc, char *argv[]) {
printf(GetCommandLine());
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment