mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-01 04:26:07 +00:00
12 lines
150 B
C++
12 lines
150 B
C++
|
// SelfTest.cpp : Defines the entry point for the console application.
|
||
|
//
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
|
||
|
int _tmain(int argc, _TCHAR* argv[])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|