This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dmspine64backup/test.cpp
2015-09-15 16:30:25 -05:00

10 lines
137 B
C++
Executable file

#include <iostream>
#include "DBEngine.h"
using namespace std;
int main() {
DBEngine engine;
Relation r;
Attribute<int> a;
}