mirror of
https://github.com/The-OpenROAD-Project/OpenDB.git
synced 2026-03-06 17:31:17 +08:00
9 lines
181 B
C++
9 lines
181 B
C++
#include "db.h"
|
|
#include <iostream>
|
|
using namespace odb;
|
|
int main(int argc, char *argv[])
|
|
{
|
|
dbDatabase* db = dbDatabase::create();
|
|
std::cout<<"2"<<std::endl;
|
|
return 0;
|
|
} |