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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ham/Ham.c')
-rw-r--r--src/Ham/Ham.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Ham/Ham.c b/src/Ham/Ham.c
new file mode 100644
index 00000000..faf24a80
--- /dev/null
+++ b/src/Ham/Ham.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("Hello, VPN Hamster !!\n");
+ return 0;
+}