summaryrefslogtreecommitdiff
path: root/src/ipcp/main.c
blob: 19397260c3ef7c29eeae7d4d8d459010360c445f (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
        printf("Test of the IPCP\n");

        return 0;
}