refactor: rename stellar dir to core

This commit is contained in:
luwenpeng
2024-08-16 17:19:39 +08:00
parent 839e848473
commit 169607cd1e
15 changed files with 14 additions and 34 deletions

6
src/core/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "stellar/stellar.h"
int main(int argc, char **argv)
{
return stellar_run(argc, argv);
}