Skip to content

Instantly share code, notes, and snippets.

@davixcky
Created March 1, 2020 21:17
Show Gist options
  • Save davixcky/aa622521133bc326ac2163baea0fa4e9 to your computer and use it in GitHub Desktop.
Save davixcky/aa622521133bc326ac2163baea0fa4e9 to your computer and use it in GitHub Desktop.
#include "mylib.h"
int main(int argc, char **argv)
{
print_message(argv[argc == 1? 0 : argc - 1]);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment