// constellations.c // // Written by YOUR-NAME (YOUR-ZID) // on TODAYS-DATE // // This program scans in the number of stars in a series of constellations // from the command line and prints them to standard output #include int main(int argc, char *argv[]) { // TODO: Implement this program return 0; }