A simple C++ program that prints "Hello, World!" to the console. More...
#include "lib_a/HelloWorldClass.hpp"#include <iostream>#include <string>Functions | |
| int | main () |
| The main function of the program. | |
A simple C++ program that prints "Hello, World!" to the console.
This program demonstrates basic input/output operations in C++.
| int main | ( | ) |
The main function of the program.
Entry point of the program. Calls the printGreeting() function.