CppTemplate
 
Loading...
Searching...
No Matches
main.cpp File Reference

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.
 

Detailed Description

A simple C++ program that prints "Hello, World!" to the console.

This program demonstrates basic input/output operations in C++.

Function Documentation

◆ main()

int main ( )

The main function of the program.

Entry point of the program. Calls the printGreeting() function.

Returns
int Returns 0 on successful execution.