This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/src/stellar/main.cpp
2024-06-27 16:00:12 +08:00

6 lines
97 B
C++

#include "stellar_core.h"
int main(int argc, char **argv)
{
return stellar_run(argc, argv);
}