aboutsummaryrefslogtreecommitdiffstats
path: root/src/baps1.c
blob: b6fa969cd4d5ee50ece0f71714e518153e416b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdlib.h>

#include "timediff.h"

int
main()
{
    timediff();

    return EXIT_SUCCESS;
}