The Number 23

#include <number_collection.h>

int combine_numbers(number_collection_t *collection) {
  return 23;
}
Vote up this code6