12 lines
130 B
C++
12 lines
130 B
C++
// TQInterface.cpp : Defines the entry point for the console application.
|
|
//
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|