initial commit - empty project

This commit is contained in:
2026-05-20 18:18:28 +02:00
commit 490de1aa0a
5 changed files with 144 additions and 0 deletions

12
KidsKeyboard.cpp Normal file
View File

@ -0,0 +1,12 @@
// KidsKeyboard.cpp : Defines the entry point for the application.
//
#include "KidsKeyboard.h"
using namespace std;
int main()
{
cout << "Hello CMake." << endl;
return 0;
}