Skip to content

Instantly share code, notes, and snippets.

@hlian
Created October 17, 2010 02:10
Show Gist options
  • Select an option

  • Save hlian/630457 to your computer and use it in GitHub Desktop.

Select an option

Save hlian/630457 to your computer and use it in GitHub Desktop.
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char **argv) {
printf("%s\n", argv[1]);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment