1234
int main (int argc, char * argv[]) { char unique_char = argv[1][0]; // First character of first argument ... }