git-svn-id: https://svn.microneil.com/svn/SNFTools/trunk@2 b2c8f868-13ca-4007-ba2f-a4fdb5f4d70cmaster
I am only here so that the /trunk of this project will have | |||||
something in it. I was imported to create this project in | |||||
the repository. You can delete me as soon as you have some | |||||
better data to take my place. | |||||
Thanks! | |||||
#include <iostream> | |||||
using namespace std; | |||||
int main() | |||||
{ | |||||
cout << "Hello world!" << endl; | |||||
return 0; | |||||
} |