initial commit - empty project
This commit is contained in:
12
KidsKeyboard.cpp
Normal file
12
KidsKeyboard.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user