Q&AThis is my 1st Question
Demo AdminDemo Admin Staff asked 2 years ago
1 Answers
Demo AdminDemo Admin Staff answered 2 years ago

Hello thisĀ  is the answers

// Your First C++ Program

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}