#include int main() { char string[] = "hi"; printf("%s\n", string); return 0; }