Parcourir la source

Constructed GBUDBTool basic project structure.

git-svn-id: https://svn.microneil.com/svn/SNFTools/trunk@2 b2c8f868-13ca-4007-ba2f-a4fdb5f4d70c
master
madscientist il y a 12 ans
Parent
révision
92e2d80658
2 fichiers modifiés avec 9 ajouts et 7 suppressions
  1. 0
    7
      DeleteMe.txt
  2. 9
    0
      GBUDBTool/main.cpp

+ 0
- 7
DeleteMe.txt Voir le fichier

@@ -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!


+ 9
- 0
GBUDBTool/main.cpp Voir le fichier

@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}

Chargement…
Annuler
Enregistrer