Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SubDir / Examples / example1 / example1.cxx
blob3c4819415c303231a34310ffb25e1dc4309b1bf2
1 #include <stdio.h>
3 int main()
5 printf("example1\n");
6 return 0;