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