Empty directory structure for the new package

This commit is contained in:
Andreas Fabri 2011-04-29 14:39:22 +00:00
parent ade02d9fe9
commit acc73c1cdd
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello Yin" << std::endl;
return 0;
}