Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Ham.c « Ham « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faf24a80292ecd10230cd0e9e33557441f9aef53 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
	printf("Hello, VPN Hamster !!\n");
	return 0;
}