mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
10 lines
179 B
C++
10 lines
179 B
C++
#include <thread>
|
|
#include <stdlib.h>
|
|
#include "Daemon.h"
|
|
#include "Reseed.h"
|
|
|
|
int main( int argc, char* argv[] )
|
|
{
|
|
i2p::data::ProcessSU3File ("/home/roman/tmp/i2pseeds.su3");
|
|
}
|