Hello World24 Dec 2024demo here:#include <iostream> int main() { std::cout << "hello world" << std::endl; }