ソースを参照

Constructed GBUDBTool basic project structure.

git-svn-id: https://svn.microneil.com/svn/SNFTools/trunk@2 b2c8f868-13ca-4007-ba2f-a4fdb5f4d70c
master
madscientist 12年前
コミット
92e2d80658
2個のファイルの変更9行の追加7行の削除
  1. 0
    7
      DeleteMe.txt
  2. 9
    0
      GBUDBTool/main.cpp

+ 0
- 7
DeleteMe.txt ファイルの表示

@@ -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 ファイルの表示

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

読み込み中…
キャンセル
保存