MaselTov/MaselTov.cpp
2025-08-23 22:33:20 -04:00

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;
}