Hacker News new | ask | show | jobs
by umanwizard 3081 days ago

    struct rational {
        int numerator;
        int denominator;
    };