/* Names: John Doe, Jane Smith Login: jdoe, jsmith Email: jdoe@cs.ucr.edu, jsmith@cs.ucr.edu Lab Section: 0## Assignment: Lab # I acknowledge all content is original. */ #include int main() { printf("%s \n", "An example C file."); return 0; }