]> git.localhorst.tv Git - l2e.git/blob - src/main.cpp
added main function
[l2e.git] / src / main.cpp
1 /*
2  * main.cpp
3  *
4  *  Created on: Aug 1, 2012
5  *      Author: holy
6  */
7
8 int main(int argc, char **argv) {
9         return 0;
10 }