Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { char txt[] = {'H', 'e', 'l', 'l', 'o', '\0'}; printf("%s", txt); return 0; }
Hello