git-svn-id: https://svn.microneil.com/svn/SNFTools/trunk@2 b2c8f868-13ca-4007-ba2f-a4fdb5f4d70cmaster
@@ -1,7 +0,0 @@ | |||
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! | |||
@@ -0,0 +1,9 @@ | |||
#include <iostream> | |||
using namespace std; | |||
int main() | |||
{ | |||
cout << "Hello world!" << endl; | |||
return 0; | |||
} |