This is a simple "Hello World" project written in C++. It serves as a basic example of a C++ application.
- A C++ compiler (e.g., g++)
-
Compile the program using a C++ compiler:
g++ -o hello_world hello_world.cpp
-
Run the compiled program:
./hello_world
This project is licensed under the MIT License - see the LICENSE file for details.