12 lines
174 B
C++
12 lines
174 B
C++
// MaselTov.cpp : Defines the entry point for the application.
|
|
//
|
|
|
|
#include "MaselTov.h"
|
|
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
cout << "Hello CMake." << endl;
|
|
return 0;
|
|
}
|