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

CppConsoleApp.cpp « CppConsoleApp « project « samples - github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcd83a2a0d058f6bca8e85df696ded4524c5b41f (plain)
1
2
3
4
5
6
7
#include "CppConsoleApp.h"

int main()
{
	printf("CppConsoleApp\n");
	return 0;
}