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

11 lines
137 B
C++
Raw Normal View History

2015-09-14 15:04:54 -05:00
#include <iostream>
2015-09-15 16:30:25 -05:00
#include "DBEngine.h"
2015-09-14 15:04:54 -05:00
2015-09-14 18:31:05 -05:00
using namespace std;
2015-09-14 17:03:23 -05:00
int main() {
2015-09-15 16:30:25 -05:00
DBEngine engine;
Relation r;
Attribute<int> a;
2015-09-15 10:21:16 -05:00
}