solana-labs / example-helloworld

Hello world on Solana
MIT License
893 stars 864 forks source link

Hello world #606

Closed Darian254 closed 1 year ago

Darian254 commented 1 year ago

include

int main (){ printf("hello world"); return 0; }