1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 18:29:19 +03:00
Files
SoftEtherVPN/src/vpnbrand/vpnbrand.c
2014-01-04 22:00:08 +09:00

8 lines
152 B
C

#include <stdio.h>
int main()
{
printf("VPN Branding Kit was obsolete. Customize SoftEther VPN by modifying the source code.\n");
return 0;
}