8 lines
75 B
C++
8 lines
75 B
C++
#include "stdafx.h"
|
|
|
|
int main()
|
|
{
|
|
printf("CppConsoleApp\n");
|
|
return 0;
|
|
}
|