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

6 lines
97 B
C++
Raw Normal View History

2024-06-27 15:07:54 +08:00
#include "stellar_core.h"
int main(int argc, char **argv)
{
2024-06-27 15:07:54 +08:00
return stellar_run(argc, argv);
}