aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/tests/test_akutils.c
blob: 8619e974f10599301969c419f0bb756a2bf293b0 (plain)
1
2
3
4
5
6
7
#include <libakutils.h>

int main()
{
    ak_utils();
    return 0;
}