Skip to content

LahcenEzzara/csharp-helloworld-console-app

Repository files navigation

C# Hello World Console App

This repository contains a simple "Hello, World!" console application written in C#. It serves as an introductory example for beginners to understand the basics of C# programming and how to set up a console application using Visual Studio.

Prerequisites

  • Visual Studio 2022 or later
  • .NET SDK (version 8.0 or later)

Getting Started

Follow these steps to clone the repository and run the application:

  1. Clone the repository:

    git clone https://github.com/LahcenEzzara/csharp-helloworld-console-app.git
    cd csharp-helloworld-console-app
  2. Open the project in Visual Studio:

    • Launch Visual Studio.
    • Click on "Open a project or solution".
    • Navigate to the cloned repository folder and select the .sln file.
  3. Build and Run the Application:

    • Press Ctrl + F5 or click the "Run" button (the green arrow) in Visual Studio.
    • A console window should appear displaying the message "Hello, World!".

Contributing

If you want to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. Any contributions, big or small, are welcome.

License

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

Contact

If you have any questions or feedback, feel free to open an issue or contact me directly.

Happy coding!

Copyright

@ 2024 Lahcen Ezzara