// PID: 730677144 // I pledge the COMP 211 honor code. #include #include int main() { printf("Hello, world.\n"); printf("Welcome to C!"); return EXIT_SUCCESS; }