// Declares a string without CS50 Library #include int main(void) { char *s = "HI!"; printf("%s\n", s); }