summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c
blob: 839c00826feb6e75a924f56032aa8006f42bed65 (plain)
1
2
3
4
5
6
7
main()
{

    init();
    solve_problems();
    finish_up();
}