The Code METEO3

                        
                            #include 
                            #include 

                            int main()
                            {
                                std::string message = "Hello World\n";
                                std::cout << message;
                                return 0;
                            }
                        
                    

The Code is structured in one function.

Hello World

Hello World is a C++ function that prints "Hello World" to the console.