1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-20 02:30:40 +03:00
SoftEtherVPN/src/vpntest/vpntest.c

8 lines
89 B
C
Raw Normal View History

#include <stdio.h>
int main()
{
printf("Hello, VPN Hamster !!\n");
return 0;
}