// A program that prints out hello // Sasha Vassar Sept 2021 #include int main (void) { printf("Hello!\n"); return 0; }