Add very simple add-only persistence model
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
919976073f
commit
9c3af74e1b
4 changed files with 89 additions and 1 deletions
|
|
@ -15,6 +15,9 @@ int main() {
|
|||
|
||||
TernaryTrie *trie = ternarytrie_init();
|
||||
|
||||
std::string file_path = "lander.data";
|
||||
ternarytrie_populate(trie, file_path.c_str());
|
||||
|
||||
crow::SimpleApp app;
|
||||
|
||||
CROW_ROUTE(app, "/<string>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue