mirror of
https://github.com/Drimiteros/Da-Deep-Search.git
synced 2026-01-31 02:08:26 -06:00
11 lines
118 B
C++
11 lines
118 B
C++
#include <iostream>
|
|
#include "App.h"
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
|
|
App app;
|
|
app.loop();
|
|
}
|