Skip to content

Anon23261/Hello-World-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World C++ Project

This is a simple "Hello World" project written in C++. It serves as a basic example of a C++ application.

Getting Started

Prerequisites

  • A C++ compiler (e.g., g++)

Running the Program

  1. Compile the program using a C++ compiler:

    g++ -o hello_world hello_world.cpp
  2. Run the compiled program:

    ./hello_world

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

My first c++ program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages