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