Created project.

This commit is contained in:
Miroslav Bendík
2012-08-22 15:22:01 +02:00
commit b15a8d4de4
2 changed files with 36 additions and 0 deletions

13
mapper.cpp Normal file
View File

@ -0,0 +1,13 @@
/*
* =====================================================================
* Version: 1.0
* Created: 22.08.2012 15:15:54
* Author: Miroslav Bendík
* Company: LinuxOS.sk
* =====================================================================
*/
int main(int argc, char *argv[])
{
return 0;
}