// CSCI 1300 Fall 2022 // Author: Navan Chauhan // Recitation: 307 – TA name // Homework 2 - Problem 1 #include using namespace std; int main() { cout << "Hello, World!"; // Prints Hello, World }