int get_stuff();

int main(int argc, char **argv) {
    return get_stuff();
}
