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/stellar.cpp

7 lines
100 B
C++
Raw Normal View History

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