#include <stdio.h> main() { putchar('h'); putchar('e'); putchar('l'); putchar('l'); putchar('o'); putchar('\n'); } ~
Separate names with a comma.