mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-12 20:50:41 +03:00
8 lines
89 B
C
8 lines
89 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("Hello, VPN Hamster !!\n");
|
||
|
return 0;
|
||
|
}
|