6 lines
97 B
C++
6 lines
97 B
C++
#include "stellar_core.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return stellar_run(argc, argv);
|
|
} |