Initial commit, building project framework

This commit is contained in:
luwenpeng
2023-12-08 11:16:23 +08:00
commit cf6d855aa4
14 changed files with 1443 additions and 0 deletions

7
src/stellar/stellar.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello Stellar\n");
return 0;
}